Click or drag to resize

Vector3ProjectorOnVector3 Constructor

Initializes a new instance of the Vector3ProjectorOnVector3 class. create a projector for calculating the length of vectors.

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

Parameters

vec
Type: Karamba.GeometryVector3

[Missing <param name="vec"/> documentation for "M:Karamba.Geometry.Vector3ProjectorOnVector3.#ctor(Karamba.Geometry.Vector3)"]

See Also