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

Method Transform

TSFlector3D.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221Vector3D Terathon::Transform(const Vector3D& v, const Flector3D& F)
222{
223 Bivector3D a = (!F.g.xyz ^ v) * 2.0F;
224 return ((a ^ F.g.xyz) - !a * F.p.w - v);
225}
226
227FlatPoint3D Terathon::Transform(const FlatPoint3D& q, const Flector3D& F)
228{

Callers

nothing calls this directly

Calls 2

FlatPoint3DClass · 0.85
Plane3DClass · 0.85

Tested by

no test coverage detected