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

Method isFinite

include/math.hpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 return x == 0.f && y == 0.f;
280 }
281 bool isFinite() const {
282 return std::isfinite(x) && std::isfinite(y);
283 }
284 Vec clamp(Rect bound) const;
285 Vec clampSafe(Rect bound) const;
286 Vec crossfade(Vec b, float p) {

Callers 4

renderMethod · 0.80
onDragMoveMethod · 0.80
zoomToBoundMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected