You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Input: 
v1 : ARRAY [0..2] OF LREAL;
v1 : ARRAY [0..2] OF LREAL;

Output:

dot_func : LREAL;

Type: Function

Responsible: Magnus


Simple helper function for 24_7 Forward Kinematics. Concept taken from wikipedia. Simply multiplies x1 * x2 + y1 * y2 + z1 * z2 = dot product.

  • No labels