Uses of Class
nl.tudelft.simulation.language.d3.SphericalPoint
Package
Description
The 3d package provides a set of utility classes for 3-dimensional operations.
-
Uses of SphericalPoint in nl.tudelft.simulation.language.d3
Modifier and TypeMethodDescriptionCartesianPoint.toSphericalPoint()
converts the point to a sperical point.static SphericalPoint
CartesianPoint.toSphericalPoint
(CartesianPoint point) converts a cartesian point to a sperical point.Modifier and TypeMethodDescriptionstatic CartesianPoint
SphericalPoint.toCartesianPoint
(SphericalPoint point) converts a spherical point to a Cartesian point.