| SrtTransformAreNumericallyEqual Method |
Determines whether two SRT transforms are equal (within a numerical tolerance).
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public static bool AreNumericallyEqual(
SrtTransform srtA,
SrtTransform srtB
)
Public Shared Function AreNumericallyEqual (
srtA As SrtTransform,
srtB As SrtTransform
) As Boolean
public:
static bool AreNumericallyEqual(
SrtTransform srtA,
SrtTransform srtB
)
static member AreNumericallyEqual :
srtA : SrtTransform *
srtB : SrtTransform -> bool
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