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

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

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

Methods in nl.tudelft.simulation.language.d3 that return SphericalPoint
 SphericalPoint CartesianPoint.toCartesianPoint()
          converts the point to a sperical point.
static SphericalPoint CartesianPoint.toSphericalPoint(CartesianPoint point)
          converts a cartesian point to a sperical point.
 

Methods in nl.tudelft.simulation.language.d3 with parameters of type SphericalPoint
static CartesianPoint SphericalPoint.toCartesianPoint(SphericalPoint point)
          converts a sphericalpoint to a cartesian point.
 

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



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