MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isNull

Method isNull

source/base/StarWorldGeometry.hpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 : m_size(size) {}
132
133inline bool WorldGeometry::isNull() {
134 return m_size == Vec2U();
135}
136
137inline bool WorldGeometry::operator==(WorldGeometry const& other) const {
138 return m_size == other.m_size;

Callers 3

splitRectMethod · 0.45
splitPolyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected