IFXInstant |
The IFXInstant interface represents a model's instantaneous state in time, including location, rotation, and scale.
|
Interface Methods |
Description |
|
Constructor |
|
|
Resets data to identity values |
|
|
Standard copy constructor |
|
|
Accesses the location component |
|
|
Accesses the location component disallowing changes |
|
|
Accesses the rotation component |
|
|
Accesses the rotation component disallowing changes |
|
|
Accesses the scale component |
|
|
Accesses the scale component disallowing changes |
|
|
Standard deep copy |
Class constructor
Parameters:
None
Return Values:
None
This method resets data to identity values.
Parameters:
None
Return Values:
None
This method is the standard copy constructor.
Parameters:
|
operand |
Reference to the IFXInstant |
Return Values:
None
This method accesses the location component.
Parameters:
None
Return Values:
IFXVector3 &
This method accesses the location component disallowing changes.
Parameters:
None
Return Values:
const IFXVector3 &
This method accesses the rotation component.
Parameters:
None
Return Values:
IFXQuaternion &
This method accesses the rotation component disallowing changes.
Parameters:
None
Return Values:
const IFXQuaternion &
This method accesses the scale component.
Parameters:
None
Return Values:
IFXVector3 &
This method accesses the scale component disallowing changes.
Parameters:
None
Return Values:
const IFXVector3 &
Standard deep copy.
Parameters:
|
operand |
Reference to the IFXInstant |
Return Values:
IFXInstant&
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.