A C D F G I L M O P R S T U V X Y Z

V

Vector2DDouble - Class in za.co.luma.geom
Class that represents a 2D vector over real numbers.
Vector2DDouble(double, double) - Constructor for class za.co.luma.geom.Vector2DDouble
 
Vector2DInt - Class in za.co.luma.geom
Class that represents a 2D point with int.
Vector2DInt(int, int) - Constructor for class za.co.luma.geom.Vector2DInt
 
Vector3DDouble - Class in za.co.luma.geom
Class that represents a real 3D vector.
Vector3DDouble(double, double, double) - Constructor for class za.co.luma.geom.Vector3DDouble
Constructs a new vector with the given coordinates.
Vector3DInt - Class in za.co.luma.geom
A 3D vector over integers.
Vector3DInt(int, int, int) - Constructor for class za.co.luma.geom.Vector3DInt
 

A C D F G I L M O P R S T U V X Y Z