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 TypeInterfaceDescriptioninterface
This interface represents a generic vector in a vectorial space or a point in an affine space.class
VectorFormat<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 aVector
object.VectorFormat.parse
(String source, ParsePosition pos) Parses a string to produce aVector
object.Methods in org.hipparchus.geometry with parameters of type VectorModifier and TypeMethodDescriptionFormats aVector
object to produce a string.abstract StringBuffer
VectorFormat.format
(Vector<S, V> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVector
object 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 aVector
object to produce a string. -
Uses of Vector in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement VectorModifier and TypeClassDescriptionclass
This 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 aVector3D
object 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 aVector
object to produce a string.