09.12.2012 Views

Basic Characteristics RAPID

Basic Characteristics RAPID

Basic Characteristics RAPID

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

PoseVect Applies a transformation to a vector<br />

Example<br />

PoseVect (Pose Vector) is used to calculate the product of a pose and a vector.<br />

It is typically used to calculate a vector as the result of the effect of a displacement on<br />

an original vector.<br />

x0<br />

z0<br />

Frame0<br />

y0<br />

pos2<br />

pose1<br />

pose1 represents the coordinates of Frame1 related to Frame0.<br />

pos1 is a vector related to Frame1.<br />

The corresponding vector related to Frame0 is obtained by the product:<br />

VAR pose pose1;<br />

VAR pos pos1;<br />

VAR pos pos2;<br />

.<br />

.<br />

pos2:= PoseVect(pose1, pos1);<br />

Return value Data type: pos<br />

The value of the product of the pose and the original pos.<br />

<strong>RAPID</strong> Reference Manual 9-PoseVect-1<br />

z1<br />

Frame1<br />

x1<br />

pos1<br />

y1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!