Click or drag to resize

Point3 Constructor (Double, Double, Double)

Create point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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