MCPcopy Create free account
hub / github.com/VCVRack/Rack / square

Method square

include/math.hpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return div(norm());
238 }
239 float square() const {
240 return x * x + y * y;
241 }
242 float area() const {
243 return x * y;
244 }

Callers 2

drawMethod · 0.80
onDragMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected