Uses of Class
org.collebol.math.Vector2D
Packages that use Vector2D
Package
Description
-
Uses of Vector2D in org.collebol.event.client
Methods in org.collebol.event.client that return Vector2DModifier and TypeMethodDescriptionClientLeftClickEvent.getPosition()ClientRightClickEvent.getPosition()Constructors in org.collebol.event.client with parameters of type Vector2DModifierConstructorDescriptionClientLeftClickEvent(Vector2D position, boolean press) ClientRightClickEvent(Vector2D position, boolean press) -
Uses of Vector2D in org.collebol.game
Methods in org.collebol.game that return Vector2DModifier and TypeMethodDescriptionGameObject.getVelocity()Velocity is the speed in combination with the direction of motion of the object.Methods in org.collebol.game with parameters of type Vector2DModifier and TypeMethodDescriptionvoidGameObject.setVelocity(Vector2D velocity) Velocity is the speed in combination with the direction of motion of the object. -
Uses of Vector2D in org.collebol.gui.graphics
Methods in org.collebol.gui.graphics that return Vector2DModifier and TypeMethodDescriptionCamera.getOrigin()The origin of the Camera represents the reference point from which the camera's position and zoom are calculated.Camera.getPosition()Light.getPosition()Methods in org.collebol.gui.graphics with parameters of type Vector2DModifier and TypeMethodDescriptionvoidAdd a amount to the current camera positionvoidThe origin of the Camera represents the reference point from which the camera's position and zoom are calculated.voidCamera.setPosition(Vector2D position) Constructors in org.collebol.gui.graphics with parameters of type Vector2D -
Uses of Vector2D in org.collebol.gui.graphics.renderer
Methods in org.collebol.gui.graphics.renderer with parameters of type Vector2D -
Uses of Vector2D in org.collebol.input
Methods in org.collebol.input that return Vector2DMethods in org.collebol.input with parameters of type Vector2D -
Uses of Vector2D in org.collebol.math
Methods in org.collebol.math that return Vector2DModifier and TypeMethodDescriptionAdd up two vectors.Vector2D.scale(float scalar) Multiply vector values with scalar.Subtract two vectors.Methods in org.collebol.math with parameters of type Vector2DModifier and TypeMethodDescriptionAdd up two vectors.CameraCalculator.getGameLocationFromVector2D(Vector2D position) This calculates method will calculate the current GameLocation on the given Vector2D cords.Subtract two vectors. -
Uses of Vector2D in org.collebol.utils
Methods in org.collebol.utils that return Vector2DMethods in org.collebol.utils with parameters of type Vector2D