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