Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Link
Method
Link
src/Vector.cpp:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void CVector::Link(const CVector &v)
15
{
16
X = v.X;
17
Y = v.Y;
18
Z = v.Z;
19
}
20
21
void CVector::Link(double x, double y, double z)
22
{
Callers
1
CreateLandTextureRect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected