Vector Constructor |
| Name | Description | |
|---|---|---|
| Vector |
Instantiates a zero length vector.
| |
| Vector(Point) |
Instatiates a new vector with the given point.
| |
| Vector(Double, Double, Double) |
Instantiates a vector with the given coordinates.
|