Uses of Class
org.vrspace.server.obj.Point
-
Uses of Point in org.vrspace.server.config
-
Uses of Point in org.vrspace.server.core
Modifier and TypeMethodDescriptionVRObjectRepository.getPoints
(double x1, double y1, double z1, double x2, double y2, double z2) -
Uses of Point in org.vrspace.server.obj
Modifier and TypeMethodDescriptionUser.getLeftArmPos()
Left arm position, used in VR.Terrain.TerrainChange.getPoint()
VRObject.getPosition()
Position in 3D space, used for spatial operations.User.getRightArmPos()
Right arm position, used in VR.VRObject.getScale()
Point.minus
(double val) Point.plus
(double val) Modifier and TypeMethodDescriptionboolean
Utility method, confirms that coordinates of this point match the coordinates of the other point.boolean
void
User.setLeftArmPos
(Point leftArmPos) Left arm position, used in VR.void
void
VRObject.setPosition
(Point position) Position in 3D space, used for spatial operations.void
User.setRightArmPos
(Point rightArmPos) Right arm position, used in VR.void