Click or drag to resize

Point3 Constructor (Vec3d)

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

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

Parameters

v
Type: Vec3d
feb-vector to get the data from.
See Also