Click or drag to resize

Vector3d Constructor

Overload List
  NameDescription
Public methodVector3d(Point3d)
Initializes a new instance of a vector, copying the three components from the three coordinates of a point.
Public methodVector3d(Vector3d)
Initializes a new instance of a vector, copying the three components from a vector.
Public methodVector3d(Vector3f)
Initializes a new instance of a vector, copying the three components from a single-precision vector.
Public methodVector3d(Double, Double, Double)
Initializes a new instance of a vector, using its three components.
Top
See Also