Package | Description |
---|---|
org.apache.commons.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
Modifier and Type | Method and Description |
---|---|
Vector1D.Sum |
Vector1D.Sum.add(Vector1D vec)
Add a vector to this instance.
|
Vector1D.Sum |
Vector1D.Sum.addScaled(double scale,
Vector1D vec)
Add a scaled vector to this instance.
|
static Vector1D.Sum |
Vector1D.Sum.create()
Create a new instance with an initial value set to the
zero vector . |
static Vector1D.Sum |
Vector1D.Sum.of(Vector1D initial)
Construct a new instance with an initial value set to the argument.
|
static Vector1D.Sum |
Vector1D.Sum.of(Vector1D first,
Vector1D... more)
Construct a new instance from multiple values.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.