Struct hkQsTransformf
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: FFXIVClientStructs.dll
public struct hkQsTransformf
Fields
|
Improve this Doc
View Source
Declaration
public hkQuaternionf Rotation
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
public hkVector4f Translation
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public static void fastRenormalizeBatch1(hkQsTransformf*poseOut, float *weight, uint numTransforms)
Parameters
| Type |
Name |
Description |
| hkQsTransformf* |
poseOut |
|
| System.Single* |
weight |
|
| System.UInt32 |
numTransforms |
|
|
Improve this Doc
View Source
Declaration
public static void fastRenormalizeBatch2(hkQsTransformf*poseOut, float weight, uint numTransforms)
Parameters
| Type |
Name |
Description |
| hkQsTransformf* |
poseOut |
|
| System.Single |
weight |
|
| System.UInt32 |
numTransforms |
|
|
Improve this Doc
View Source
Declaration
public static void fastRenormalizeQuaternionBatch(hkQsTransformf*poseOut, uint numTransforms)
Parameters
| Type |
Name |
Description |
| hkQsTransformf* |
poseOut |
|
| System.UInt32 |
numTransforms |
|
|
Improve this Doc
View Source
Declaration
public void get4x4ColumnMajor(float *p)
Parameters
| Type |
Name |
Description |
| System.Single* |
p |
|
|
Improve this Doc
View Source
Declaration
public bool isOk(float epsilon)
Parameters
| Type |
Name |
Description |
| System.Single |
epsilon |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool set(hkMatrix4f*m)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool set4x4ColumnMajor(float *p)
Parameters
| Type |
Name |
Description |
| System.Single* |
p |
|
Returns
| Type |
Description |
| System.Boolean |
|