Skip to content

Overload_Rhino_Geometry_Vector3d__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Vector3d Constructor

Overload List

 

Name Description
Public method Vector3d(Point3d) Initializes a new instance of a vector, copying the three components from the three coordinates of a point.
Public method Vector3d(Vector3d) Initializes a new instance of a vector, copying the three components from a vector.
Public method Vector3d(Vector3f) Initializes a new instance of a vector, copying the three components from a single-precision vector.
Public method Vector3d(Double, Double, Double) Initializes a new instance of a vector, using its three components.
  Back to Top

See Also

Reference

Vector3d Structure
Rhino.Geometry Namespace

Clone this wiki locally