Click or drag to resize

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
)

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