- Found in:
- RaceMenu
floatfunctionGetInverseTransform(float[]in_out_pos, float[]in_out_rotation, floatin_scale=1.0)NativeGlobal
Description
Documentation Comment
Returns the inverse scale, alters the in pos to the inverse out pos and the in rotation to the out inverse rotation
Accepts either a size 3 rotation of euler degrees, or a 9 radian matrix
Caveats
Parameters
float[]in_out_pos
float[]in_out_rotation
floatin_scale=1.0
Examples
Auto-Generated Example
float[] myFloatArray__in_out_pos
float[] myFloatArray__in_out_rotation
float myFloat__in_scale
float returnedValue = NiOverride.GetInverseTransform(myFloatArray__in_out_pos, myFloatArray__in_out_rotation, myFloat__in_scale)