Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
Modifier and Type | Field and Description |
---|---|
static Rotation |
Rotation.IDENTITY
Identity rotation.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
Rotation.applyInverseTo(Rotation r)
Apply the inverse of the instance to another rotation.
|
Rotation |
Rotation.applyTo(Rotation r)
Apply the instance to another rotation.
|
Rotation |
Rotation.revert()
Revert a rotation.
|
Modifier and Type | Method and Description |
---|---|
Rotation |
Rotation.applyInverseTo(Rotation r)
Apply the inverse of the instance to another rotation.
|
Rotation |
Rotation.applyTo(Rotation r)
Apply the instance to another rotation.
|
static double |
Rotation.distance(Rotation r1,
Rotation r2)
Compute the distance between two rotations.
|
Plane |
Plane.rotate(Vector3D center,
Rotation rotation)
Rotate the plane around the specified point.
|
PolyhedronsSet |
PolyhedronsSet.rotate(Vector3D center,
Rotation rotation)
Rotate the region around the specified point.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.