Package civitas.celestis.math.vector
package civitas.celestis.math.vector
-
ClassDescriptionAn arbitrary dimensional array-based vector.BigVector<N,
D, V extends BigVector<N, D, V, DV, PV>, DV extends BigVector<D, D, DV, DV, ? extends BaseTuple<?>>, PV extends BaseTuple<? extends Number>> A mathematical vector which uses an arbitrary numeric typeN.A mathematical vector.An immutable two-dimensional vector which uses the typedouble.An immutable three-dimensional vector which uses the typedouble.An immutable four-dimensional vector which uses the typedouble.A static utility class which contains methods related tovectors.