Uses of Class
org.rspeer.commons.math.Vector3f
-
Packages that use Vector3f Package Description jag.game.scene.entity org.rspeer.commons.math -
-
Uses of Vector3f in jag.game.scene.entity
Methods in jag.game.scene.entity that return Vector3f Modifier and Type Method Description default Vector3fRSWorldEntity. getTopLevelCoordFine(int fineX, int fineY, boolean server)default Vector3fRSWorldEntity. getTopLevelCoordFineLowPrecision(int fineX, int fineY, boolean server)default Vector3fRSWorldEntity. getWorldMatrixCoordFine(int fineX, int fineY, boolean server) -
Uses of Vector3f in org.rspeer.commons.math
Fields in org.rspeer.commons.math declared as Vector3f Modifier and Type Field Description static Vector3fVector3f. FORWARDVector3fScaleRotTrans. scaleVector3fScaleRotTrans. transstatic Vector3fVector3f. UPMethods in org.rspeer.commons.math that return Vector3f Modifier and Type Method Description Vector3fMatrix4x4. transform(float x, float y, float z)Methods in org.rspeer.commons.math with parameters of type Vector3f Modifier and Type Method Description voidVector3f. add(Vector3f other)voidVector3f. cross(Vector3f other)floatVector3f. dot(Vector3f other)voidVector3f. set(Vector3f origin)voidVector3f. sub(Vector3f other)Constructors in org.rspeer.commons.math with parameters of type Vector3f Constructor Description Vector3f(Vector3f origin)
-