|
|
| PL_DECLARE_POD_TYPE () |
| |
|
| plSimdTransform () |
| | Default constructor: Does not do any initialization.
|
| |
|
| plSimdTransform (const plSimdVec4f &vPosition, const plSimdQuat &qRotation=plSimdQuat::MakeIdentity(), const plSimdVec4f &vScale=plSimdVec4f(1.0f)) |
| | Sets position, rotation and scale.
|
| |
|
| plSimdTransform (const plSimdQuat &qRotation) |
| | Sets rotation.
|
| |
|
plSimdFloat | GetMaxScale () const |
| | Returns the scale component with maximum magnitude.
|
| |
|
bool | HasMirrorScaling () const |
| | Returns whether this transform contains negative scaling aka mirroring.
|
| |
|
bool | ContainsUniformScale () const |
| | Returns whether this transform contains uniform scaling.
|
| |
|
bool | IsEqual (const plSimdTransform &rhs, const plSimdFloat &fEpsilon) const |
| | Equality Check with epsilon.
|
| |
|
void | Invert () |
| | Inverts this transform.
|
| |
|
plSimdTransform | GetInverse () const |
| | Returns the inverse of this transform.
|
| |
|
plSimdMat4f | GetAsMat4 () const |
| | Returns the transformation as a matrix.
|
| |
|
plSimdVec4f | TransformPosition (const plSimdVec4f &v) const |
| |
|
plSimdVec4f | TransformDirection (const plSimdVec4f &v) const |
| |
|
void | operator*= (const plSimdTransform &other) |
| | Concatenates the two transforms. This is the same as a matrix multiplication, thus not commutative.
|
| |
|
void | operator*= (const plSimdQuat &q) |
| | Multiplies q into the rotation component, thus rotating the entire transformation.
|
| |
|
void | operator+= (const plSimdVec4f &v) |
| |
|
void | operator-= (const plSimdVec4f &v) |
| |
The documentation for this class was generated from the following files: