MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Copy

Method Copy

GTE/Mathematics/LCPSolver.h:434–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 }
433
434 void Copy(T const* poly0, T* poly1)
435 {
436 for (int32_t i = 0; i <= mDimension; ++i)
437 {
438 poly1[i] = poly0[i];
439 }
440 }
441
442 bool LessThan(T const* poly0, T const* poly1)
443 {

Callers 1

SelectSplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected