Matrix33 python

From WiCWiki

Jump to: navigation, search

Contents

Matrix33

A 3x3 matrix representation.


Methods

Transpose

Syntax
import wic
wic.common.math.Matrix33.Transpose()
Description
-
Exceptions
-
See also
-



Scale

Syntax
import wic
wic.common.math.Matrix33.Scale( aScaleVector )
Description
-
Exceptions
-
See also
-



InverseRotate

Syntax
import wic
wic.common.math.Matrix33.InverseRotate( aRotationVector )
Description
-
Exceptions
-
See also
-



MakeOrtho

Syntax
import wic
wic.common.math.Matrix33.MakeOrtho()
Description
-
Exceptions
-
See also
-



MakeLookAt

Syntax
import wic
wic.common.math.Matrix33.MakeLookAt( aForwardVector[, anUpVector] )
Description
-
Exceptions
-
See also
-



MakeYAligned

Syntax
import wic
wic.common.math.Matrix33.MakeYAligned( anUpVector, aForwardVector )
Description
-
Exceptions
-
See also
-



Det

Syntax
import wic
wic.common.math.Matrix33.Det( [ i, j ] )
Description
-
Exceptions
-
See also
-



Ajd

Syntax
import wic
wic.common.math.Matrix33.Adj()
Description
-
Exceptions
-
See also
-



GetHeading

Syntax
import wic
wic.common.math.Matrix33.GetHeading()
Description
-
Exceptions
-
See also
-



GetPitch

Syntax
import wic
wic.common.math.Matrix33.GetPitch()
Description
-
Exceptions
-
See also
-



GetBank

Syntax
import wic
wic.common.math.Matrix33.GetBank()
Description
-
Exceptions
-
See also
-



ToHPB

Syntax
import wic
wic.common.math.Matrix33.ToHPB()
Description
-
Exceptions
-
See also
-


Personal tools
User Created Content