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