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

Method z

source/core/StarVector.hpp:828–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826template <typename T, size_t N>
827template <size_t P>
828auto Vector<T, N>::z() const -> Enable3DOrHigher<P, T> const & {
829 return Base::operator[](2);
830}
831
832template <typename T, size_t N>
833template <size_t P>

Callers 10

storeMethod · 0.80
thetaMethod · 0.80
psiMethod · 0.80
thetaEnuMethod · 0.80
psiEnuMethod · 0.80
eulersMethod · 0.80
fromAnglesMethod · 0.80
fromAnglesEnuMethod · 0.80
setMethod · 0.80
addMethod · 0.80

Calls 1

operator[]Function · 0.85

Tested by

no test coverage detected