Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
365
template <typename T, size_t N>
366
Vector<T, 3> Vector<T, N>::vec3() const {
367
return toSize<3>();
368
}
369
370
template <typename T, size_t N>
371
Vector<T, 4> Vector<T, N>::vec4() const {
Callers
1
fill
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected