Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ Vector3
Method
Vector3
engine/src/vector.cpp:102–107 ·
view source on GitHub ↗
Vector3
Source
from the content-addressed store, hash-verified
100
101
//Vector3
102
Vector3::Vector3(float _x, float _y, float _z)
103
{
104
x = _x;
105
y = _y;
106
z = _z;
107
}
108
109
Vector3::~Vector3(void)
110
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected