Background for Skyrim SE
Member of the NiOverride script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.