MCPcopy Create free account
hub / github.com/ImageEngine/cortex / min

Method min

include/IECore/BoxTraits.h:82–85  ·  view source on GitHub ↗

Return the box's minimum corner point

Source from the content-addressed store, hash-verified

80
81 /// Return the box's minimum corner point
82 static BaseType min( const T &box )
83 {
84 return box.min;
85 }
86
87 /// Return the box's maximum corner point
88 static BaseType max( const T &box )

Callers 15

testCamerasMethod · 0.80
lerpBoxMethod · 0.80
testBoundAtTimeMethod · 0.80
testCameraRoundTripMethod · 0.80
__serialiseBoxFunction · 0.80
compareBBoxMethod · 0.80
readWalkMethod · 0.80
testRefPositionMethod · 0.80
compareBBoxMethod · 0.80
assertBox2fEqualMethod · 0.80

Calls

no outgoing calls

Tested by 15

testCamerasMethod · 0.64
lerpBoxMethod · 0.64
testBoundAtTimeMethod · 0.64
testCameraRoundTripMethod · 0.64
compareBBoxMethod · 0.64
readWalkMethod · 0.64
testRefPositionMethod · 0.64
compareBBoxMethod · 0.64
testMergeMapMethod · 0.64
testImagesMethod · 0.64