Uses of Interface
org.hipparchus.geometry.Vector
Packages that use Vector
Package
Description
This package is the top level package for geometry.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of Vector in org.hipparchus.geometry
Classes in org.hipparchus.geometry with type parameters of type VectorModifier and TypeInterfaceDescriptioninterfaceThis interface represents a generic vector in a vectorial space or a point in an affine space.classVectorFormat<S extends Space,V extends Vector<S, V>> Formats a vector in components list format "{x; y; ...}".Methods in org.hipparchus.geometry that return VectorModifier and TypeMethodDescriptionParses a string to produce aVectorobject.VectorFormat.parse(String source, ParsePosition pos) Parses a string to produce aVectorobject.Methods in org.hipparchus.geometry with parameters of type VectorModifier and TypeMethodDescriptionFormats aVectorobject to produce a string.abstract StringBufferVectorFormat.format(Vector<S, V> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVectorobject to produce a string. -
Uses of Vector in org.hipparchus.geometry.euclidean.oned
Classes in org.hipparchus.geometry.euclidean.oned that implement VectorMethods in org.hipparchus.geometry.euclidean.oned with parameters of type VectorModifier and TypeMethodDescriptionVector1DFormat.format(Vector<Euclidean1D, Vector1D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVectorobject to produce a string. -
Uses of Vector in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement VectorModifier and TypeClassDescriptionclassThis class implements vectors in a three-dimensional space.Methods in org.hipparchus.geometry.euclidean.threed with parameters of type VectorModifier and TypeMethodDescriptionVector3DFormat.format(Vector<Euclidean3D, Vector3D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVector3Dobject to produce a string. -
Uses of Vector in org.hipparchus.geometry.euclidean.twod
Classes in org.hipparchus.geometry.euclidean.twod that implement VectorMethods in org.hipparchus.geometry.euclidean.twod with parameters of type VectorModifier and TypeMethodDescriptionVector2DFormat.format(Vector<Euclidean2D, Vector2D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVectorobject to produce a string.