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

Method zero

include/reactphysics3d/mathematics/Matrix3x3.h:239–241  ·  view source on GitHub ↗

Return the 3x3 zero matrix

Source from the content-addressed store, hash-verified

237
238// Return the 3x3 zero matrix
239RP3D_FORCE_INLINE Matrix3x3 Matrix3x3::zero() {
240 return Matrix3x3(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
241}
242
243// Return the inverse matrix
244RP3D_FORCE_INLINE Matrix3x3 Matrix3x3::getInverse() const {

Callers

nothing calls this directly

Calls 1

Matrix3x3Class · 0.70

Tested by

no test coverage detected