Click or drag to resize

Point3 Constructor (Vector3)

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

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3(
	Vector3 v
)

Parameters

v
Type: Karamba.GeometryVector3
Other vector to clone from.
See Also