public interface IVector3d
Modifier and Type | Method and Description |
---|---|
IVector3d |
add(IVector3d other) |
IVector3d |
crossProduct(IVector3d other) |
double |
distanceTo(IVector3d other) |
double |
dotProduct(IVector3d other) |
java.lang.Object |
getInternal() |
IVector3d |
getNormalized() |
double |
getX() |
double |
getY() |
double |
getZ() |
IVector3d |
scale(double factor) |
IVector3d |
subtract(IVector3d other) |