| Package | Description |
|---|---|
| csokicraft.util.geom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExactVector<T extends java.lang.Number>
An
IVector with a given starting point |
| Modifier and Type | Class and Description |
|---|---|
class |
ExactVector2<T extends java.lang.Number> |
class |
Point2<T extends java.lang.Number> |
class |
Point3<T extends java.lang.Number> |
| Modifier and Type | Method and Description |
|---|---|
IPoint<T> |
IExactVector.getBasePoint() |
IPoint<T> |
ExactVector2.getBasePoint() |
IPoint<T> |
Vector2.getEndPoint() |
IPoint<T> |
IVector.getEndPoint() |
IPoint<T> |
Vector2.translate(IPoint<T> p) |
IPoint<T> |
IVector.translate(IPoint<T> p) |
IPoint<T> |
Vector3.translate(IPoint<T> p) |
IPoint<T> |
ExactVector2.translate(IPoint<T> p) |
| Modifier and Type | Method and Description |
|---|---|
IPoint<T> |
Vector2.translate(IPoint<T> p) |
IPoint<T> |
IVector.translate(IPoint<T> p) |
IPoint<T> |
Vector3.translate(IPoint<T> p) |
IPoint<T> |
ExactVector2.translate(IPoint<T> p) |