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()
float
getPitchCos()
float
getPitchSin()
float
getYawCos()
float
getYawSin()
-
Methods inherited from interface net.runelite.api.Projection
project
-
-