Vector3d Constructor (Double, Double, Double)

Vector3d Constructor (Double, Double, Double)

Initializes a new instance of a vector, using its three components.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Vector3d(
	double x,
	double y,
	double z
)
Public Sub New ( 
	x As Double,
	y As Double,
	z As Double
)

Parameters

x
Type: SystemDouble
The X (first) component.
y
Type: SystemDouble
The Y (second) component.
z
Type: SystemDouble
The Z (third) component.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also