Click or drag to resize
DigitalRuneAngularLimitGetLimitState Method
Gets the state of an angular limit about a certain axis.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public LimitState GetLimitState(
	int index
)

Parameters

index
Type: SystemInt32
The index of the limit axis. (0 = first rotation axis, 1 = second rotation axis, 2 = third rotation axis)

Return Value

Type: LimitState
The limit state on the given axis.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not in the range [0, 2].
See Also