Package jag.game.scene.math
Interface RSPreciseProjection
-
- All Superinterfaces:
RSProjection
public interface RSPreciseProjection extends RSProjection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFocusedEntity()RSMatrix4x4getMatrix()float[]getProjected()
-
-
-
Method Detail
-
getProjected
float[] getProjected()
-
getMatrix
RSMatrix4x4 getMatrix()
-
getFocusedEntity
long getFocusedEntity()
-
-