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

Method vec2

source/core/StarVector.hpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360template <typename T, size_t N>
361Vector<T, 2> Vector<T, N>::vec2() const {
362 return toSize<2>();
363}
364
365template <typename T, size_t N>
366Vector<T, 3> Vector<T, N>::vec3() const {

Callers 7

chunkIndexForMethod · 0.80
scanSystemsMethod · 0.80
produceChunkMethod · 0.80
signalSystemMethod · 0.80
parametersMethod · 0.80
acceptConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected