Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
360
template <typename T, size_t N>
361
Vector<T, 2> Vector<T, N>::vec2() const {
362
return toSize<2>();
363
}
364
365
template <typename T, size_t N>
366
Vector<T, 3> Vector<T, N>::vec3() const {
Callers
7
chunkIndexFor
Method · 0.80
scanSystems
Method · 0.80
produceChunk
Method · 0.80
signalSystem
Method · 0.80
parameters
Method · 0.80
acceptConnection
Method · 0.80
calculateNewInterfacePosition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected