Packages that use PmCylindrical | |
---|---|
rcs.posemath |
Uses of PmCylindrical in rcs.posemath |
---|
Subclasses of PmCylindrical in rcs.posemath | |
---|---|
class |
PM_CYLINDRICAL
|
Methods in rcs.posemath with parameters of type PmCylindrical | |
---|---|
boolean |
PmCartesian.equals(PmCylindrical c)
|
boolean |
PmCylindrical.equals(PmCylindrical c)
|
static int |
Posemath.pmCartCylConvert(PmCartesian v,
PmCylindrical c)
|
static int |
Posemath.pmCylCartConvert(PmCylindrical c,
PmCartesian v)
Convert cylindrical to cartesian. |
static int |
Posemath.pmCylCylAdd(PmCylindrical c1,
PmCylindrical c2,
PmCylindrical cout)
|
static boolean |
Posemath.pmCylCylCompare(PmCylindrical v1,
PmCylindrical v2)
|
static int |
Posemath.pmCylCylCross(PmCylindrical c1,
PmCylindrical c2,
PmCylindrical cout)
|
static double |
Posemath.pmCylCylDot(PmCylindrical c1,
PmCylindrical c2)
|
static int |
Posemath.pmCylCylSub(PmCylindrical c1,
PmCylindrical c2,
PmCylindrical cout)
|
static int |
Posemath.pmCylInv(PmCylindrical c,
PmCylindrical cout)
|
static boolean |
Posemath.pmCylIsNorm(PmCylindrical v)
|
static double |
Posemath.pmCylMag(PmCylindrical c)
|
static int |
Posemath.pmCylNeg(PmCylindrical v1,
PmCylindrical vout)
|
static int |
Posemath.pmCylNorm(PmCylindrical v,
PmCylindrical vout)
|
static int |
Posemath.pmCylScalDiv(PmCylindrical v1,
double d,
PmCylindrical vout)
|
static int |
Posemath.pmCylScalMult(PmCylindrical v1,
double d,
PmCylindrical vout)
|
static int |
Posemath.pmCylSphConvert(PmCylindrical c,
PmSpherical s)
Convert a cylindrical to a spherical |
static int |
Posemath.pmSphCylConvert(PmSpherical s,
PmCylindrical c)
Convert a spherical to cylindrical |