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

Method tRECT

include/eepp/math/rect.hpp:228–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template <typename T>
228tRECT<T>::tRECT( T left, T top, T right, T bottom ) :
229 Left( left ), Right( right ), Top( top ), Bottom( bottom ) {}
230
231template <typename T> tRECT<T> tRECT<T>::copy() const {
232 return tRECT<T>( Left, Top, Right, Bottom );

Callers

nothing calls this directly

Calls 2

getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected