Uses of Class
rp1.rossum.RsPoint

Packages that use RsPoint
rp1.rossum Provides classes to be used as the basis of both the RP1 simulator and client applications. 
rp1.simulator Provides classes to be used for the RP1 simulator internals. 
 

Uses of RsPoint in rp1.rossum
 

Subclasses of RsPoint in rp1.rossum
 class RsSegment
          A representation of a fixed-length line segment; this class is used by the server for analysis.
 

Methods in rp1.rossum that return RsPoint
 RsPoint RsTransform.getOffset()
           
 RsPoint RsMotion.getPosition()
           
 RsPoint RsTransform.map(double x, double y)
           
 RsPoint RsTransform.map(RsPoint p)
           
 

Methods in rp1.rossum with parameters of type RsPoint
 boolean RsRectangle.contains(RsPoint point)
           
 void RsPoint.copy(RsPoint p)
           
 double RsPoint.distance(RsPoint test)
           
 void RsTransform.iMapArray(int nPoint, RsPoint[] point, int[] ix, int[] iy)
           
 void RsRectangle.insert(RsPoint point)
           
 void RsTransform.map(double x, double y, RsPoint output)
           
 RsPoint RsTransform.map(RsPoint p)
           
 void RsTransform.map2(RsPoint input, RsPoint output)
           
 RsVector RsPoint.subtract(RsPoint p)
           
 

Constructors in rp1.rossum with parameters of type RsPoint
RsMotionCircle(RsMotion start, double startTime, double duration, RsPoint refPivot, double displacement)
           
RsMotionDepiction(double time, RsPoint point, RsVector vector, double rotationalVelocity, boolean reverseMotion)
           
RsPoint(RsPoint point)
           
RsRectangle(RsPoint[] point, int nPoint)
           
RsSegment(RsPoint a, RsPoint b)
           
 

Uses of RsPoint in rp1.simulator
 

Methods in rp1.simulator that return RsPoint
 RsPoint SimCanvas.inverseMap(int ix, int iy)
           
 

Methods in rp1.simulator with parameters of type RsPoint
 void SimCanvas.inverseMap(int ix, int iy, RsPoint p)