Click or drag to resize

Vector3MakePerpendicularTo Method

Makes this vector perpendicular to the given vector. Result is not unitized.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool MakePerpendicularTo(
	Vector3 v
)

Parameters

v
Type: Karamba.GeometryVector3
Vector to use as guide.

Return Value

Type: Boolean
true on success, false if input vector is zero or invalid.
See Also