Index

A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages

J

JGMPCircle - Class in com.boole.jgmp.math.shapes
2D Circle Shape Model for the JGMP Library.
JGMPCircle(JGMPVector2, float) - Constructor for class com.boole.jgmp.math.shapes.JGMPCircle
Initialize JGMPCircle objects
JGMPCollisionH - Class in com.boole.jgmp.math.helpers
Collision Checking Helper with optimized collision checking methods between provided shapes in the JGMP Library.
JGMPCollisionH() - Constructor for class com.boole.jgmp.math.helpers.JGMPCollisionH
 
JGMPFloatH - Class in com.boole.jgmp.math.helpers
Floats Helper with useful algorithms and tools for optimized usage of floats and floating point mathematical calculations.
JGMPFloatH() - Constructor for class com.boole.jgmp.math.helpers.JGMPFloatH
 
JGMPForce - Class in com.boole.jgmp.physics
Kinematics Force Physics Model for the JGMP Library.
JGMPForce(JGMPVector2, float) - Constructor for class com.boole.jgmp.physics.JGMPForce
Initialize JGMPForce object representing a force done on an object.
JGMPGravity - Class in com.boole.jgmp.physics
Static Universal Gravity Force Model for the JGMP Library.
JGMPGravity() - Constructor for class com.boole.jgmp.physics.JGMPGravity
 
JGMPRay2 - Class in com.boole.jgmp.math.shapes
2D Ray Shape Model for the JGMP Library.
JGMPRay2(float, JGMPVector2, JGMPVector2) - Constructor for class com.boole.jgmp.math.shapes.JGMPRay2
Initialize JGMPRay2 objects given starting point, distance and direction.
JGMPRay2(JGMPVector2, JGMPVector2) - Constructor for class com.boole.jgmp.math.shapes.JGMPRay2
Initialize JGMPRay2 objects given starting point, ending point.
JGMPRect - Class in com.boole.jgmp.math.shapes
2D Rectangle Shape Model for the JGMP Library.
JGMPRect(float, float, float, float) - Constructor for class com.boole.jgmp.math.shapes.JGMPRect
Initialize the JGMPRect given the coodinates of the top left and bottom right corner coordinates
JGMPRect(float, float, int, int) - Constructor for class com.boole.jgmp.math.shapes.JGMPRect
Initialize the JGMPRect given the top left vertex and the width and height of the JGMPRect
JGMPRect(JGMPVector2, JGMPVector2) - Constructor for class com.boole.jgmp.math.shapes.JGMPRect
Initialize the JGMPRect given the coodinates of the top left and bottom right vertices
JGMPVector2 - Class in com.boole.jgmp.math.vectors
2D Vector Mathematics Model for the JGMP Library.
JGMPVector2(float, float) - Constructor for class com.boole.jgmp.math.vectors.JGMPVector2
Initialize JGMPVector2 object given the first and second element.
JGMPVelocity - Class in com.boole.jgmp.physics
Kinematics Velocity Physics Model for the JGMP Library.
JGMPVelocity(JGMPVector2, float) - Constructor for class com.boole.jgmp.physics.JGMPVelocity
Initialize JGMPVelocity object with the initial velocity and direction.
A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages