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

Method Set

TSConformal3D.h:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 void Set(float gx, float gy, float gz, float gw, float vx, float vy, float vz, float mx, float my, float mz) volatile
426 {
427 g.Set(gx, gy, gz, gw);
428 v.Set(vx, vy, vz);
429 m.Set(mx, my, mz);
430 }
431
432 /// \brief Sets all ten components of a 3D circle.
433 /// \param plane The carrier plane.

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected