|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.geometry.forms.SphericalConnection
public class SphericalConnection
A spherical connection is a connection between the center of the sphere and a frame on its surface.
The parameters azimuth angle phi and polar angle theta are usual parameters of a spherical transformation. They define the orientation of a surface frame.
The transformation used in this connection is realized as follows:
Therefore the Z axis of a surface frame is in normal direction to sphere surface, its X and Y axes form a tangential plane to the surface.
Z
|
| *
|theta´ |
| ´ .
|´_ _ _ _|_ _Y
/` .
/ phi ` |
/ `
X
Note: It is possible to connect additional frames to the surface frame (e.g. to construct a different rotation).
| Constructor Summary | |
|---|---|
SphericalConnection(Sphere sphere,
double phi,
double theta)
Creates a new spherical connection instance. |
|
| Method Summary | |
|---|---|
ITransformation |
getTransformationFromParent()
Returns the transformation from the parent frame to the owner frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SphericalConnection(Sphere sphere,
double phi,
double theta)
sphere - sphere of the connectionphi - azimuth angle of the surface frame, in radianstheta - polar angle of the surface frame, in radians| Method Detail |
|---|
public ITransformation getTransformationFromParent()
ITransformationConnection
getTransformationFromParent in interface ITransformationConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||