MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / IsRectangle

Method IsRectangle

LuaSTGPlus/ResourceMgr.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; }
134 double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; }
135 bool IsRectangle()const LNOEXCEPT { return m_bRectangle; }
136 public:
137 ResAnimation(const char* name, fcyRefPointer<ResTexture> tex, float x, float y, float w, float h,
138 int n, int m, int intv, double a, double b, bool rect = false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected