|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector3D | |
---|---|
com.vividsolutions.jts.math |
Uses of Vector3D in com.vividsolutions.jts.math |
---|
Methods in com.vividsolutions.jts.math that return Vector3D | |
---|---|
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()
|
Methods in com.vividsolutions.jts.math with parameters of type Vector3D | |
---|---|
double |
Vector3D.dot(Vector3D v)
Computes the dot-product of two vectors |
Constructors in com.vividsolutions.jts.math with parameters of type Vector3D | |
---|---|
Plane3D(Vector3D normal,
Coordinate basePt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |