Package | Description |
---|---|
org.apache.commons.geometry.euclidean |
This is the top-level package for Euclidean geometry components.
|
org.apache.commons.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Method and Description |
---|---|
abstract EuclideanVectorSum<V> |
EuclideanVectorSum.add(V vec)
Add a vector to this instance.
|
abstract EuclideanVectorSum<V> |
EuclideanVectorSum.addScaled(double scale,
V vec)
Add a scaled vector to this instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
Vector1D.Sum
Class used to create high-accuracy sums of vectors.
|
Modifier and Type | Class and Description |
---|---|
static class |
Vector3D.Sum
Class used to create high-accuracy sums of vectors.
|
Modifier and Type | Class and Description |
---|---|
static class |
Vector2D.Sum
Class used to create high-accuracy sums of vectors.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.