MCPcopy Create free account
hub / github.com/alembic/alembic / getScreenWindow

Method getScreenWindow

python/PyAlembic/PyCameraSample.cpp:56–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 static dict getScreenWindow( Sample& iSamp )
57 {
58 double top, bottom, left, right;
59 iSamp.getScreenWindow( top, bottom, left, right );
60
61 dict window;
62 window["top"] = top;
63 window["bottom"] = bottom;
64 window["left"] = left;
65 window["right"] = right;
66
67 return window;
68 }
69 };
70
71 // CameraSample

Callers 1

testLightImportMethod · 0.45

Calls

no outgoing calls

Tested by 1

testLightImportMethod · 0.36