MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / GetHeight

Method GetHeight

OpenCSG/src/frameBufferObject.h:72–72  ·  view source on GitHub ↗

Returns the width of the frame buffer object.

Source from the content-addressed store, hash-verified

70 virtual int GetWidth() const { return dimensions.width; }
71 /// Returns the width of the frame buffer object.
72 virtual int GetHeight() const { return dimensions.height; }
73
74 private:
75 FrameBufferObject(const FrameBufferObject&);

Callers 2

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected