Click or drag to resize

Vector3 Constructor (Vec3d)

Initializes a new instance of the Vector3 struct. transform C++-vector into C#-vector.

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

Parameters

p
Type: Vec3d
feb-vector to clone from.
See Also