Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.posemath
Class PmRpy  view PmRpy download PmRpy.java

java.lang.Object
  extended byrcs.posemath.PmRpy
Direct Known Subclasses:
PM_RPY

public class PmRpy
extends java.lang.Object


Field Summary
 double p
           
 double r
           
 double y
           
 
Constructor Summary
(package private) PmRpy()
           
(package private) PmRpy(double startr, double startp, double starty)
           
 
Method Summary
 void update(rcs.nml.NMLFormatConverter nml_fc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

r

public double r

p

public double p

y

public double y
Constructor Detail

PmRpy

PmRpy(double startr,
      double startp,
      double starty)

PmRpy

PmRpy()
Method Detail

update

public void update(rcs.nml.NMLFormatConverter nml_fc)