MCPcopy Create free account
hub / github.com/SpartanJ/eepp / area

Method area

include/eepp/math/rect.hpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364template <typename T> T tRECT<T>::area() const {
365 return ( Right - Left ) * ( Bottom - Top );
366}
367
368template <typename T> T tRECT<T>::mergedArea( const tRECT<T>& rect ) const {
369 return ( eemax( Right, rect.Right ) - eemin( Left, rect.Left ) ) *

Callers 2

addPackerTexMethod · 0.80
packTexturesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected