|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RsVector | |
---|---|
rp1.rossum | Provides classes to be used as the basis of both the RP1 simulator and client applications. |
Uses of RsVector in rp1.rossum |
---|
Fields in rp1.rossum declared as RsVector | |
---|---|
RsVector |
RsSegment.v
|
Methods in rp1.rossum that return RsVector | |
---|---|
RsVector |
RsVector.add(RsVector v)
|
RsVector |
RsVector.add(RsVector a,
RsVector b)
|
RsVector |
RsTransform.mapVector(double vx,
double vy)
|
RsVector |
RsVector.normal()
|
RsVector |
RsVector.normal(RsVector v)
|
RsVector |
RsVector.scale(double scalar)
|
RsVector |
RsVector.scale(double scalar,
RsVector v)
|
RsVector |
RsPoint.subtract(RsPoint p)
|
RsVector |
RsVector.subtract(RsVector v)
|
RsVector |
RsVector.subtract(RsVector a,
RsVector b)
|
RsVector |
RsVector.unit()
|
RsVector |
RsVector.unit(RsVector input)
|
Methods in rp1.rossum with parameters of type RsVector | |
---|---|
RsVector |
RsVector.add(RsVector v)
|
RsVector |
RsVector.add(RsVector a,
RsVector b)
|
double |
RsVector.dot(RsVector v)
|
RsVector |
RsVector.normal(RsVector v)
|
RsVector |
RsVector.scale(double scalar,
RsVector v)
|
RsVector |
RsVector.subtract(RsVector v)
|
RsVector |
RsVector.subtract(RsVector a,
RsVector b)
|
void |
RsRectangle.translate(RsVector v)
|
void |
RsPoint.translate(RsVector v)
|
static double |
RsVector.turn(RsVector a,
RsVector b)
|
RsVector |
RsVector.unit(RsVector input)
|
static double |
RsVector.unitTurn(RsVector a,
RsVector b)
|
Constructors in rp1.rossum with parameters of type RsVector | |
---|---|
RsMotionDepiction(double time,
RsPoint point,
RsVector vector,
double rotationalVelocity,
boolean reverseMotion)
|
|
RsMotionLine(RsMotion start,
double startTime,
double duration,
RsVector vector,
double displacement)
|
|
RsPoint(RsVector input)
|
|
RsVector(RsVector v)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |