Click or drag to resize

Point3 Constructor (Double, Double, Double)

Initializes a new instance of the Point3 struct. Create point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X coordinate.
y
Type: SystemDouble
Y coordinate.
z
Type: SystemDouble
Z coordinate.
See Also