Click or drag to resize

Vector3 Constructor (Point3)

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

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

Parameters

p
Type: Karamba.GeometryPoint3
other point.
See Also