MCPcopy Create free account
hub / github.com/dartsim/dart / removeDataVariance

Method removeDataVariance

dart/dynamics/Shape.cpp:129–132  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

127
128//==============================================================================
129void Shape::removeDataVariance(unsigned int _variance)
130{
131 mVariance &= ~_variance;
132}
133
134//==============================================================================
135unsigned int Shape::getDataVariance() const

Callers 2

refreshMethod · 0.80
ShapeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected