Point4d Constructor (Double, Double, Double, Double) |
Initializes a new instance of the
Point4d class based on coordinates.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point4d(
double x,
double y,
double z,
double w
)
Public Sub New (
x As Double,
y As Double,
z As Double,
w As Double
)
Parameters
- x
- Type: SystemDouble
The X (first) dimension. - y
- Type: SystemDouble
The Y (second) dimension. - z
- Type: SystemDouble
The Z (third) dimension. - w
- Type: SystemDouble
The W (fourth) dimension, or weight.
See Also