Package | Description |
---|---|
tacv.universe.map | |
tacv.util |
Modifier and Type | Method and Description |
---|---|
static ManeuverEdge |
ManeuverEdge.createStraightEdge(Point start,
Vector direction,
double length) |
static ManeuverEdge |
ManeuverEdge.createTurnEdge(Point start,
Vector direction,
double radius,
double angle) |
Modifier and Type | Field and Description |
---|---|
Vector |
OrientedPoint.orientation |
Constructor and Description |
---|
OrientedPoint(Point point,
Vector orientation) |
Vector(Vector p1) |