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

Function Complement

TSRigid2D.h:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 /// \related FlatPoint2D
374
375 inline Line2D Complement(const FlatPoint2D& p)
376 {
377 return (Line2D(-p.x, -p.y, -p.z));
378 }
379
380 /// \brief Returns the complement of the 2D line $g$, which is a 2D flat point.
381 /// \related FlatPoint2D

Callers 2

TSBivector3D.hFile · 0.70
operator !Function · 0.70

Calls 2

Line2DClass · 0.85
FlatPoint2DClass · 0.85

Tested by

no test coverage detected