ConjugateInPlace (SIQuaternion)

Description

Conjugates this quaternion in place.

C# Syntax

SIQuaternion.ConjugateInPlace();

Examples

VBScript Example

dim q1
' Create Quaternion.
set q1 = XSIMath.CreateQuaternion(1.0, 1.0, 2.0, 3.0)
q1.ConjugateInPlace

See Also

SIQuaternion.Conjugate

SIVector3

SIMatrix3

SIMatrix4

SIRotation

SITransformation

SIQuaternion

 



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index