|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Screw | |
---|---|
org.apache.commons.math3.geometry.euclidean.threed | This package provides basic 3D geometry components. |
Uses of Screw in org.apache.commons.math3.geometry.euclidean.threed |
---|
Methods in org.apache.commons.math3.geometry.euclidean.threed that return Screw | |
---|---|
static Screw |
Screw.displace(Screw s,
Vector3D newOrigin)
Displace this screw, using Chasles |
Screw |
Screw.displace(Vector3D newOrigin)
Displace this screw, using Chasles |
Screw |
Screw.sum(Screw screw)
Calculate the sum of this and screw, expressed in this objects origin. |
static Screw |
Screw.sum(Screw s1,
Screw s2)
Calculate the sum of this and screw, expressed in this objects origin. |
Methods in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Screw | |
---|---|
static Screw |
Screw.displace(Screw s,
Vector3D newOrigin)
Displace this screw, using Chasles |
Screw |
Screw.sum(Screw screw)
Calculate the sum of this and screw, expressed in this objects origin. |
static Screw |
Screw.sum(Screw s1,
Screw s2)
Calculate the sum of this and screw, expressed in this objects origin. |
Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Screw | |
---|---|
Screw(Screw screw)
Build a copy of a screw. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |