Click or drag to resize

Vector3ProjectorOnPlane3 Constructor

Initializes a new instance of the Vector3ProjectorOnPlane3 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 Vector3ProjectorOnPlane3(
	Plane3 plane
)

Parameters

plane
Type: Karamba.GeometryPlane3

[Missing <param name="plane"/> documentation for "M:Karamba.Geometry.Vector3ProjectorOnPlane3.#ctor(Karamba.Geometry.Plane3)"]

See Also