Click or drag to resize

Vector3OrientedAngle Method

Computes the oriented angle between the two vectors according to the normal.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public float OrientedAngle(
	Vector3 v,
	Vector3 normal
)

Parameters

v
Type: Lumiscaphe.Workshop.InteropVector3
The vector to compute the angle with.
normal
Type: Lumiscaphe.Workshop.InteropVector3
The normal to determine the sign of the angle.

Return Value

Type: Single
The oriented angle between the two vectors.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also