MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / Width

Method Width

core/maths.h:1580–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578 }
1579
1580 uint32_t Width() const { return m_right - m_left; }
1581 uint32_t Height() const { return m_bottom - m_top; }
1582
1583 // expand rect x units in each direction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected