M_Rhino_Geometry_Point4d__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

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) Version: Rhino 6.0

Syntax

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
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point4d Structure
Point4d Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️