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

Method operator &

TSVector3D.h:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783 }
784
785 const Point3D *operator &(void) const
786 {
787 return (&origin);
788 }
789 };
790
791

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected