M_Rhino_Geometry_Point4d__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new instance of the Point4d class based on coordinates.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point4d(
double x,
double y,
double z,
double w
)
VB
Public Sub New (
x As Double,
y As Double,
z As Double,
w As Double
)
- x
- Type: System.Double
The X (first) dimension. - y
- Type: System.Double
The Y (second) dimension. - z
- Type: System.Double
The Z (third) dimension. - w
- Type: System.Double
The W (fourth) dimension, or weight.
Supported in: 6.0.16224.21491, 5D58w