Uses of Interface
jag.game.scene.math.RSProjection
-
Packages that use RSProjection Package Description jag.game jag.game.scene jag.game.scene.math org.rspeer.game.provider.callback -
-
Uses of RSProjection in jag.game
Methods in jag.game that return RSProjection Modifier and Type Method Description RSProjectionRSClient. getViewportProjection()Methods in jag.game with parameters of type RSProjection Modifier and Type Method Description voidRSClient. setViewportProjection(RSProjection projection) -
Uses of RSProjection in jag.game.scene
Methods in jag.game.scene that return RSProjection Modifier and Type Method Description RSProjectionRSWorldMatrix. getProjection()Methods in jag.game.scene with parameters of type RSProjection Modifier and Type Method Description voidRSWorldMatrix. setProjection(RSProjection projection) -
Uses of RSProjection in jag.game.scene.math
Subinterfaces of RSProjection in jag.game.scene.math Modifier and Type Interface Description interfaceRSDefaultProjectioninterfaceRSPreciseProjection -
Uses of RSProjection in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSProjection Modifier and Type Method Description voidEventMediator. notifySceneProjection(RSSceneGraph sceneGraph, RSProjection projection)
-