Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.math3.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Class and Description |
---|---|
class |
Vector1DFormat
Formats a 1D vector in components list format "{x}".
|
Modifier and Type | Class and Description |
---|---|
class |
Vector3DFormat
Formats a 3D vector in components list format "{x; y; z}".
|
Modifier and Type | Class and Description |
---|---|
class |
Vector2DFormat
Formats a 2D vector in components list format "{x; y}".
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.