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)
|
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)
|
static int |
Posemath.pmSphCylConvert(PmSpherical s,
PmCylindrical c)
|