Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
M
N
P
S
V
W
X
Y
A
add(float)
- Method in class seltar.motion.
Point
Add value to coordinates
add(float, float)
- Method in class seltar.motion.
Point
Add values to given coordinate
addVector(Vector)
- Method in class seltar.motion.
Vector
Adds a Vector (Velocity & Direction) to Vector v
C
Const
- Variable in class seltar.motion.
Motion
calcAngle()
- Method in class seltar.motion.
Motion
Calculates angle from previous position to current position
calcAngle(float, float, float, float)
- Method in class seltar.motion.
Motion
Calculates the angle between two given points
constrain(float, float, float, float)
- Method in class seltar.motion.
Motion
Constrain Point pos and Point prevpos to given coordinates
D
Damp
- Variable in class seltar.motion.
Motion
dot(Vector)
- Method in class seltar.motion.
Vector
Returns the dotproduct of this Vector and given Vector V
F
followTo(float, float)
- Method in class seltar.motion.
Motion
Sets Vector v Velocity & Direction Move point towards given point dividing by Const
G
getAngle()
- Method in class seltar.motion.
Motion
Gets angle from Vector v
getConstant()
- Method in class seltar.motion.
Motion
Gets Constant divider Used by followTo() & springTo()
getCoords()
- Method in class seltar.motion.
Vector
Gets Velocity-Coordinates
getDamping()
- Method in class seltar.motion.
Motion
Gets Damping Used by springTo()
getDirection()
- Method in class seltar.motion.
Vector
Gets Direction
getDistance()
- Method in class seltar.motion.
Motion
Gets Distance from previous position to current position
getDistanceTo(float, float)
- Method in class seltar.motion.
Motion
Gets Distance from current position to given position
getPX()
- Method in class seltar.motion.
Motion
Gets Previous X-position
getPY()
- Method in class seltar.motion.
Motion
Gets Previous Y-position
getSpring()
- Method in class seltar.motion.
Motion
Gets Springiness Used by springTo()
getVX()
- Method in class seltar.motion.
Motion
Gets current velocity-X
getVX()
- Method in class seltar.motion.
Vector
Gets Velocity-X
getVY()
- Method in class seltar.motion.
Motion
Gets current velocity-Y
getVY()
- Method in class seltar.motion.
Vector
Gets Velocity-Y
getVelocity()
- Method in class seltar.motion.
Vector
Gets Velocity
getX()
- Method in class seltar.motion.
Motion
Gets current X-position
getX()
- Method in class seltar.motion.
Point
Gets X-coordinate
getY()
- Method in class seltar.motion.
Motion
Gets current Y-position
getY()
- Method in class seltar.motion.
Point
Gets Y-coordinate
M
Motion
- class seltar.motion.
Motion
.
Motion(float, float)
- Constructor for class seltar.motion.
Motion
Constructor #1
Motion(float, float, float, float)
- Constructor for class seltar.motion.
Motion
Constructor #2
move()
- Method in class seltar.motion.
Motion
Sets prevpos to pos and Moves pos according to Vector v (Velocity & Direction)
moveDir(float, float)
- Method in class seltar.motion.
Motion
Sets Vector v Velocity & Direction Moves in a given Angle with a given Speed
multiply(float)
- Method in class seltar.motion.
Point
Multiply value to given coordinate
multiply(float, float)
- Method in class seltar.motion.
Point
Multiply values to given coordinate
multiply(float)
- Method in class seltar.motion.
Vector
Multiply Velocity & Direction by given variable
multiply(float, float)
- Method in class seltar.motion.
Vector
Multiply Velocity & Direction by given variable
N
normal()
- Method in class seltar.motion.
Vector
Returns the normal of this Vector
P
Point
- class seltar.motion.
Point
.
Point()
- Constructor for class seltar.motion.
Point
Constructor Sets position to 0
Point(float, float)
- Constructor for class seltar.motion.
Point
Constructor Sets position to given coordinates
pos
- Variable in class seltar.motion.
Motion
prevpos
- Variable in class seltar.motion.
Motion
S
Spring
- Variable in class seltar.motion.
Motion
seltar.motion
- package seltar.motion
set(Point)
- Method in class seltar.motion.
Point
Sets coordinate to given Point
set(float, float)
- Method in class seltar.motion.
Point
Sets coordinate to given coordinate
setAngle(float)
- Method in class seltar.motion.
Motion
Set angle in Vector v
setConstant(float)
- Method in class seltar.motion.
Motion
Sets Constant divider Used by followTo() & springTo()
setDamping(float)
- Method in class seltar.motion.
Motion
Sets Damping Used by springTo()
setDirection(float)
- Method in class seltar.motion.
Vector
Sets Direction (radians)
setPX(float)
- Method in class seltar.motion.
Motion
Set previous position to given float
setPY(float)
- Method in class seltar.motion.
Motion
Set previous position to given float
setPos(Point)
- Method in class seltar.motion.
Motion
Set current position to given Point
setPos(float, float)
- Method in class seltar.motion.
Motion
Set current position to given coordinate
setPrevPos(Point)
- Method in class seltar.motion.
Motion
Set previous position to given Point
setPrevPos(float, float)
- Method in class seltar.motion.
Motion
Set previous position to given coordinate
setSpring(float)
- Method in class seltar.motion.
Motion
Sets Springiness Used by springTo()
setVX(float)
- Method in class seltar.motion.
Motion
Set X-velocity in Vector v
setVY(float)
- Method in class seltar.motion.
Motion
Set Y-velocity in Vector v
setVelocity(float)
- Method in class seltar.motion.
Motion
Set velocity in Vector v
setVelocity(float, float)
- Method in class seltar.motion.
Motion
Set velocity-coordinates in Vector v
setVelocity(float)
- Method in class seltar.motion.
Vector
Sets Velocity
setVelocity(float, float)
- Method in class seltar.motion.
Vector
Sets Velocity
setX(float)
- Method in class seltar.motion.
Motion
Set current X-position to given float
setX(float)
- Method in class seltar.motion.
Point
Sets X-coordinate to given X-coordinate
setY(float)
- Method in class seltar.motion.
Motion
Set current Y-position to given float
setY(float)
- Method in class seltar.motion.
Point
Sets Y-coordinate to given Y-coordinate
springTo(float, float)
- Method in class seltar.motion.
Motion
Sets Vector v Velocity & Direction Springs point towards given point dividing by Const, multiplied with Spring and Damp
V
Vector
- class seltar.motion.
Vector
.
Vector()
- Constructor for class seltar.motion.
Vector
Constructor Sets Length and Direction to 0
Vector(float, float)
- Constructor for class seltar.motion.
Vector
Constructor Sets Length and Direction to given variables
Vector(Point)
- Constructor for class seltar.motion.
Vector
Constructor Sets Length and Direction to given Point
v
- Variable in class seltar.motion.
Motion
W
wrap(float, float, float, float)
- Method in class seltar.motion.
Motion
Wraps Point pos and Point prevpos around given coordinates
X
x
- Variable in class seltar.motion.
Point
Y
y
- Variable in class seltar.motion.
Point
A
C
D
F
G
M
N
P
S
V
W
X
Y
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes