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

Function RightComplement

TSRigid3D.h:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 /// \related Line3D
592
593 inline Line3D RightComplement(const Line3D& l)
594 {
595 return (Line3D(-l.m.x, -l.m.y, -l.m.z, -l.v.x, -l.v.y, -l.v.z));
596 }
597
598 /// \brief Returns the left complement of the 3D plane $g$, which is a 3D flat point.
599 /// \related Plane3D

Callers 1

operator !Function · 0.85

Calls 2

Line3DClass · 0.85
FlatPoint3DClass · 0.85

Tested by

no test coverage detected