|
Rosetta
|
Functions | |
| def | vector |
| def | length |
| def | unit_vector |
| def | dot_product |
| def | cross_product |
| def | angle |
| def | scalar_triple_product |
| def Equations.angle | ( | vector1, | |
| vector2 | |||
| ) |
Definition at line 36 of file Equations.py.
References dot_product(), length(), and unit_vector().
| def Equations.cross_product | ( | vector1, | |
| vector2 | |||
| ) |
Definition at line 28 of file Equations.py.
Referenced by scalar_triple_product().
| def Equations.dot_product | ( | vector1, | |
| vector2 | |||
| ) |
Definition at line 23 of file Equations.py.
Referenced by angle(), and scalar_triple_product().
| def Equations.length | ( | vector | ) |
Definition at line 13 of file Equations.py.
Referenced by angle().
| def Equations.scalar_triple_product | ( | vector1, | |
| vector2, | |||
| vector3 | |||
| ) |
Definition at line 43 of file Equations.py.
References cross_product(), and dot_product().
| def Equations.unit_vector | ( | vector, | |
| length | |||
| ) |
Definition at line 18 of file Equations.py.
Referenced by angle().
| def Equations.vector | ( | pointA, | |
| pointB | |||
| ) |
Definition at line 5 of file Equations.py.
Referenced by PlotSurfaceContactMap.ContactList(), numeric::EulerAngles< typename >.from_radians(), main(), and sequence_tolerance_main().
1.8.7