M_Rhino_Geometry_Vector3d__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new instance of a vector, using its three components.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Vector3d(
double x,
double y,
double z
)
VB
Public Sub New (
x As Double,
y As Double,
z As Double
)
- x
- Type: System.Double
The X (first) component. - y
- Type: System.Double
The Y (second) component. - z
- Type: System.Double
The Z (third) component.
Supported in: 6.0.16224.21491, 5D58w