Click or drag to resize

Vector3 Constructor

Overload List
  NameDescription
Public methodVector3(Vec3d)
Initializes a new instance of the Vector3 struct. transform C++-vector into C#-vector.
Public methodVector3(Point3)
Initializes a new instance of the Vector3 struct. Create vector from point.
Public methodVector3(Vector3)
Initializes a new instance of the Vector3 struct. Create vector from vector.
Public methodVector3(Double, Double, Double)
Initializes a new instance of the Vector3 struct. Create vector.
Top
See Also