Difference between revisions of "NiAVObjectGetLocalRotation"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: This is a command from NifSE. '''Syntax''' (matrix:LocalRotation) NifGetNthChildLocalRotation short:ChildID short:NifID Returns the matrix of the local rotation of t...)
 
imported>DragoonWraith
Line 18: Line 18:
* [http://en.wikipedia.org/wiki/Rotation_representation#Rotation_matrix Wikipedia: Rotation Matrices]
* [http://en.wikipedia.org/wiki/Rotation_representation#Rotation_matrix Wikipedia: Rotation Matrices]


[[Category:NifSE|NifSE]]
[[Category:NifSE|GetNthChildRotation]]
[[Category:NifSE (Children)|NifSE]]
[[Category:NifSE (Children)|GetNthChildRotation]]

Revision as of 21:09, 24 April 2010

This is a command from NifSE.

Syntax

(matrix:LocalRotation) NifGetNthChildLocalRotation short:ChildID short:NifID

Returns the matrix of the local rotation of the specified Child of the root node.

The matrix is a 3x3 array of floats.

See Also

External Links