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

Method vec3

source/core/StarVector.hpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365template <typename T, size_t N>
366Vector<T, 3> Vector<T, N>::vec3() const {
367 return toSize<3>();
368}
369
370template <typename T, size_t N>
371Vector<T, 4> Vector<T, N>::vec4() const {

Callers 1

fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected