Uses of Class
org.episteme.core.mathematics.geometry.VectorND
Packages that use VectorND
Package
Description
-
Uses of VectorND in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return VectorNDModifier and TypeMethodDescriptionRayND.getDirection()VectorND.negate()VectorND.normalize()static VectorNDVectorND.of(double... components) static VectorNDstatic VectorNDVectorND.unitVector(int dimension, int direction) static VectorNDVectorND.zero(int dimension) Methods in org.episteme.core.mathematics.geometry with parameters of type VectorNDModifier and TypeMethodDescriptionConstructors in org.episteme.core.mathematics.geometry with parameters of type VectorND -
Uses of VectorND in org.episteme.core.mathematics.geometry.curves
Methods in org.episteme.core.mathematics.geometry.curves that return VectorND