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

Method xMin

source/core/StarRect.hpp:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829template <typename T, size_t N>
830template <size_t P>
831auto Box<T, N>::xMin() const -> Enable2D<P, T> {
832 return min()[0];
833}
834
835template <typename T, size_t N>
836template <size_t P>

Callers 15

cellIndexesForRangeMethod · 0.80
adjustSpawnRegionMethod · 0.80
boundBoxMethod · 0.80
isOutsideMethod · 0.80
groundCollisionRectMethod · 0.80
validSectorsForMethod · 0.80
tileEachToMethod · 0.80
tileEvalMethod · 0.80
tileEvalColumnsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64