Uses of Class
nl.tudelft.simulation.language.d3.CartesianPoint
Packages that use 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
Methods in nl.tudelft.simulation.language.d3 that return CartesianPointModifier 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.Methods in nl.tudelft.simulation.language.d3 with parameters of type CartesianPointModifier and TypeMethodDescriptionstatic SphericalPoint
CartesianPoint.toSphericalPoint
(CartesianPoint point) converts a cartesian point to a sperical point.