Click or drag to resize
DigitalRuneSrtTransformAreNumericallyEqual Method
Determines whether two SRT transforms are equal (within a numerical tolerance).

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static bool AreNumericallyEqual(
	SrtTransform srtA,
	SrtTransform srtB
)

Parameters

srtA
Type: DigitalRune.Animation.CharacterSrtTransform
The first transform.
srtB
Type: DigitalRune.Animation.CharacterSrtTransform
The second transform.

Return Value

Type: Boolean
if the given transforms are numerically equal; otherwise, .
See Also