MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Attitude

Function Attitude

TSRigid3D.h:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772 /// \related FlatPoint3D
773
774 inline float Attitude(const FlatPoint3D& p)
775 {
776 return (p.w);
777 }
778
779 /// \brief Returns the attitude of the 3D line $l$ as a 3D vector.
780 /// \related Line3D

Callers

nothing calls this directly

Calls 2

Vector3DClass · 0.85
Bivector3DClass · 0.70

Tested by

no test coverage detected