Package net.runelite.api
Interface IntProjection
-
- All Superinterfaces:
Projection
public interface IntProjection extends Projection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCameraX()
int
getCameraY()
int
getCameraZ()
int
getPitchCos()
int
getPitchSin()
int
getYawCos()
int
getYawSin()
-
Methods inherited from interface net.runelite.api.Projection
project
-
-