Uses of Interface
jag.game.scene.math.RSMatrix4x4
-
Packages that use RSMatrix4x4 Package Description jag.game.scene jag.game.scene.math org.rspeer.game.provider.callback -
-
Uses of RSMatrix4x4 in jag.game.scene
Methods in jag.game.scene that return RSMatrix4x4 Modifier and Type Method Description RSMatrix4x4RSWorldMatrix. getTranslationMatrix()Methods in jag.game.scene with parameters of type RSMatrix4x4 Modifier and Type Method Description voidRSWorldMatrix. setTranslationMatrix(RSMatrix4x4 matrix) -
Uses of RSMatrix4x4 in jag.game.scene.math
Methods in jag.game.scene.math that return RSMatrix4x4 Modifier and Type Method Description RSMatrix4x4RSPreciseProjection. getMatrix() -
Uses of RSMatrix4x4 in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSMatrix4x4 Modifier and Type Method Description voidEventMediator. notifyDefaultToPreciseMatrix(RSSceneGraph sceneGraph, RSMatrix4x4 m4x4)
-