| Package | Description |
|---|---|
| SteeringStuff |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.