Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Add
Method
Add
src/Vector.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void CVector::Add(const CVector &v)
29
{
30
X += v.X;
31
Y += v.Y;
32
Z += v.Z;
33
}
34
35
void CVector::Add(double x, double y, double z)
36
{
Callers
11
InstallPlugin
Method · 0.45
LoginComplete
Method · 0.45
AddSystemMessage
Method · 0.45
AddJournalMessage
Method · 0.45
CreateBlankMacro
Method · 0.45
Load
Method · 0.45
GetCopy
Method · 0.45
CalcListClipping
Method · 0.45
NewFrame
Method · 0.45
ShowViewportThumbnails
Method · 0.45
NodeDrawList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected