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

Method IsRectangle

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

Source from the content-addressed store, hash-verified

275 double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; }
276 double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; }
277 bool IsRectangle()const LNOEXCEPT { return m_bRectangle; }
278 public:
279 ResParticle(const char* name, const ParticleInfo& pinfo, fcyRefPointer<f2dSprite> sprite, BlendMode bld, double a, double b, bool rect = false);
280 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected