Uses of Class
rcs.posemath.PM_POSE

Packages that use PM_POSE
rcs.posemath   
 

Uses of PM_POSE in rcs.posemath
 

Methods in rcs.posemath that return PM_POSE
static PM_POSE Posemath.inv(PM_POSE p)
           
static PM_POSE Posemath.multiply(PM_POSE p1, PM_POSE p2)
           
 

Methods in rcs.posemath with parameters of type PM_POSE
static PM_POSE Posemath.inv(PM_POSE p)
           
static PM_CARTESIAN Posemath.multiply(PM_POSE p1, PM_CARTESIAN v2)
           
static PM_POSE Posemath.multiply(PM_POSE p1, PM_POSE p2)
           
static PM_HOMOGENEOUS Posemath.toHom(PM_POSE p)
           
 

Constructors in rcs.posemath with parameters of type PM_POSE
PM_XYA(PM_POSE p)