Package | Description |
---|---|
com.vividsolutions.jts.math |
Modifier and Type | Method and Description |
---|---|
static Vector3D |
Vector3D.create(Coordinate coord)
Creates a vector from a
Coordinate . |
static Vector3D |
Vector3D.create(double x,
double y,
double z)
Creates a new vector with given X and Y components.
|
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,
Coordinate basePt) |
Copyright © 2016. All rights reserved.