Static variables
staticfinalread onlyIDENTITY_DECOMPOSED:Matrix = h3d.Matrix.L([1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1])
Static methods
staticinlinelookAtXInline(dir:Vector, up:Vector, m:Matrix):Matrix
Build a rotation Matrix so the X axis will look at the given direction, and the Z axis will be the Up vector ([0,0,1] by default)