MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setupInfinity

Method setupInfinity

Engine/RectD.h:151–157  ·  view source on GitHub ↗

Useful for bbox computations

Source from the content-addressed store, hash-verified

149
150 //Useful for bbox computations
151 void setupInfinity()
152 {
153 x1 = std::numeric_limits<double>::infinity();
154 x2 = -std::numeric_limits<double>::infinity();
155 y1 = std::numeric_limits<double>::infinity();
156 y2 = -std::numeric_limits<double>::infinity();
157 }
158
159 void set(const RectD & b)
160 {

Callers 10

evaluateStrokeInternalFunction · 0.80
renderFeatherMethod · 0.80
computeTrianglesMethod · 0.80
bezulateMethod · 0.80
getBoundingBoxMethod · 0.80
printUnrenderedPixelsMethod · 0.80
InlineGroupCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected