| Package | Description |
|---|---|
| com.revolsys.jts.math |
| Modifier and Type | Method and Description |
|---|---|
static Vector3D |
Vector3D.create(double x,
double y,
double z)
Creates a new vector with given X and Y components.
|
static Vector3D |
Vector3D.create(Point coord)
Creates a vector from a
Coordinates. |
Vector3D |
Vector3D.normalize() |
| Modifier and Type | Method and Description |
|---|---|
double |
Vector3D.dot(Vector3D v)
Computes the dot-product of two vectors
|
| Constructor and Description |
|---|
Plane3D(Vector3D normal,
Point basePt) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.