RhinoCommon API
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)

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.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8