| Package | Description | 
|---|---|
| org.hipparchus.geometry.euclidean.oned | 
 
 This package provides basic 1D geometry components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Vector1DFormat | 
Vector1DFormat.getInstance()
Deprecated. 
 
as of 1.4, replaced by  
getVector1DFormat() | 
static Vector1DFormat | 
Vector1DFormat.getInstance(Locale locale)
Deprecated. 
 
as of 1.4, replaced by  
getVector1DFormat(Locale) | 
static Vector1DFormat | 
Vector1DFormat.getVector1DFormat()
Returns the default 1D vector format for the current locale. 
 | 
static Vector1DFormat | 
Vector1DFormat.getVector1DFormat(Locale locale)
Returns the default 1D vector format for the given locale. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.