addCoords(pos)
addCoords(array)
Adds tendon coordinates
| X | double | X ordinate | 
| Y | double | Y ordinate | 
| Z | double | Z ordinate | 
| pos | Array | Array of 3 doubles, representing the coordinates | 
| array | Array | Two dimensional array of doubles. The first dimension is the number coordinates to be added, the second dimension must be 3 (X,Y,Z) | 
| Return value | Pointer to this object | Allows multiple function calls to be chained together | 
Back to TendonProfile
Back to Overview