|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.vecmath.Tuple3d
javax.vecmath.Point3d
nl.tudelft.simulation.language.d3.CartesianPoint
nl.tudelft.simulation.language.d3.DirectedPoint
nl.tudelft.simulation.dsol.animation.StaticLocation
A StaticLocation
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
protected javax.media.j3d.Bounds |
bounds
the bounds |
| Fields inherited from class javax.vecmath.Point3d |
|
| Fields inherited from class javax.vecmath.Tuple3d |
x, y, z |
| Constructor Summary | |
StaticLocation(nl.tudelft.simulation.language.d3.DirectedPoint location,
javax.media.j3d.Bounds bounds)
constructs a new StaticLocation |
|
StaticLocation(double x,
double y,
double z,
double theta,
double phi,
double rho,
javax.media.j3d.Bounds bounds)
constructs a new StaticLocation |
|
StaticLocation(java.awt.geom.Point2D point2D,
double rotZ,
javax.media.j3d.Bounds bounds)
constructs a new StaticLocation |
|
| Method Summary | |
javax.media.j3d.Bounds |
getBounds()
returns the bounds of the locatable object. |
nl.tudelft.simulation.language.d3.DirectedPoint |
getLocation()
returns the location of an object |
| Methods inherited from class nl.tudelft.simulation.language.d3.DirectedPoint |
clone, equals, equals, getRotX, getRotY, getRotZ, hashCode, setRotX, setRotY, setRotZ, toString |
| Methods inherited from class nl.tudelft.simulation.language.d3.CartesianPoint |
to2D, toCartesianPoint, toSphericalPoint |
| Methods inherited from class javax.vecmath.Point3d |
distance, distanceL1, distanceLinf, distanceSquared, project |
| Methods inherited from class javax.vecmath.Tuple3d |
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, epsilonEquals, get, get, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, scaleAdd, set, set, set, set, sub, sub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected javax.media.j3d.Bounds bounds
| Constructor Detail |
public StaticLocation(double x,
double y,
double z,
double theta,
double phi,
double rho,
javax.media.j3d.Bounds bounds)
x - the x locationy - the y locationz - the z locationtheta - thetaphi - phirho - rhobounds - the bounds
public StaticLocation(java.awt.geom.Point2D point2D,
double rotZ,
javax.media.j3d.Bounds bounds)
point2D - the point2drotZ - the rotation in the xy planebounds - the bounds
public StaticLocation(nl.tudelft.simulation.language.d3.DirectedPoint location,
javax.media.j3d.Bounds bounds)
location - the locationbounds - the bounds| Method Detail |
public nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
LocatableInterface
getLocation in interface LocatableInterface#getLocation()public javax.media.j3d.Bounds getBounds()
LocatableInterface
getBounds in interface LocatableInterface#getBounds()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||