MCPcopy Create free account
hub / github.com/carbonengine/trinity / TriVectorIsIdentical

Function TriVectorIsIdentical

trinity/TriMath.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/////////////////////////////////////////////////////////////////////////////////////////
23
24bool TriVectorIsIdentical( const Vector3* v1, const Vector3* v2, float epsilon )
25{
26 return ( LengthSq( *v1 - *v2 ) < epsilon * epsilon );
27}
28
29Vector3* TriVectorRotateQuaternion(
30 Vector3* out,

Callers 1

Calls 1

LengthSqFunction · 0.85

Tested by

no test coverage detected