Uses of Class
nl.tudelft.simulation.language.d3.DirectedPoint

Packages that use DirectedPoint
nl.tudelft.simulation.language.d3 Provides for 3-dimensional utility classes. 
 

Uses of DirectedPoint in nl.tudelft.simulation.language.d3
 

Methods in nl.tudelft.simulation.language.d3 with parameters of type DirectedPoint
static boolean BoundsUtil.contains(DirectedPoint center, javax.media.j3d.Bounds bounds, javax.vecmath.Point3d point)
           
static java.awt.geom.Rectangle2D BoundsUtil.getIntersect(DirectedPoint center, javax.media.j3d.Bounds bounds, double zValue)
          computes the intersect of bounds with the zValue.
static javax.media.j3d.Bounds BoundsUtil.transform(javax.media.j3d.Bounds bounds, DirectedPoint point)
          rotates and translates to a directed point.
 

Constructors in nl.tudelft.simulation.language.d3 with parameters of type DirectedPoint
DirectedPoint(DirectedPoint location)
          constructs a new DirectedPoint.
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.