Packages that use PM_SPHERICAL | |
---|---|
rcs.posemath |
Uses of PM_SPHERICAL in rcs.posemath |
---|
Methods in rcs.posemath that return PM_SPHERICAL | |
---|---|
static PM_SPHERICAL |
Posemath.toSph(PM_CARTESIAN v)
Convert a PM_CARTESIAN to PM_SPHERICAL |
static PM_SPHERICAL |
Posemath.toSph(PM_CYLINDRICAL c)
Convert a cylindrical to a spherical |
Methods in rcs.posemath with parameters of type PM_SPHERICAL | |
---|---|
static PM_CARTESIAN |
Posemath.toCart(PM_SPHERICAL v)
Convert PM_SPHERICAL to PM_CARTESIAN |
static PM_CYLINDRICAL |
Posemath.toCyl(PM_SPHERICAL s)
Convert a spherical to cylindrical |