|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SteeringTools.LineType | |
---|---|
SteeringStuff |
Uses of SteeringTools.LineType in SteeringStuff |
---|
Methods in SteeringStuff that return SteeringTools.LineType | |
---|---|
static SteeringTools.LineType |
SteeringTools.LineType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SteeringTools.LineType[] |
SteeringTools.LineType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in SteeringStuff with parameters of type SteeringTools.LineType | |
---|---|
static javax.vecmath.Vector2d |
SteeringTools.getIntersection(javax.vecmath.Vector2d sA,
javax.vecmath.Vector2d dA,
javax.vecmath.Vector2d sB,
javax.vecmath.Vector2d dB,
SteeringTools.LineType typeA,
SteeringTools.LineType typeB)
Computes the intersection of the lines A and B (line has the start point and its direction). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |