Uses of Class
org.vrspace.server.obj.Point
Packages that use Point
-
Uses of Point in org.vrspace.server.config
Methods in org.vrspace.server.config that return Point -
Uses of Point in org.vrspace.server.core
Methods in org.vrspace.server.core that return types with arguments of type PointModifier and TypeMethodDescriptionVRObjectRepository.getPoints
(double x1, double y1, double z1, double x2, double y2, double z2) Methods in org.vrspace.server.core with parameters of type Point -
Uses of Point in org.vrspace.server.obj
Methods in org.vrspace.server.obj that return PointModifier 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) Methods in org.vrspace.server.obj with parameters of type PointModifier 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
Constructors in org.vrspace.server.obj with parameters of type Point