MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / zero

Method zero

include/reactphysics3d/mathematics/Matrix2x2.h:227–229  ·  view source on GitHub ↗

Return the 2x2 zero matrix

Source from the content-addressed store, hash-verified

225
226// Return the 2x2 zero matrix
227RP3D_FORCE_INLINE Matrix2x2 Matrix2x2::zero() {
228 return Matrix2x2(0.0, 0.0, 0.0, 0.0);
229}
230
231// Return the inverse matrix
232RP3D_FORCE_INLINE Matrix2x2 Matrix2x2::getInverse() const {

Callers

nothing calls this directly

Calls 1

Matrix2x2Class · 0.85

Tested by

no test coverage detected