MCPcopy 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
28void CVector::Add(const CVector &v)
29{
30 X += v.X;
31 Y += v.Y;
32 Z += v.Z;
33}
34
35void CVector::Add(double x, double y, double z)
36{

Callers 11

InstallPluginMethod · 0.45
LoginCompleteMethod · 0.45
AddSystemMessageMethod · 0.45
AddJournalMessageMethod · 0.45
CreateBlankMacroMethod · 0.45
LoadMethod · 0.45
GetCopyMethod · 0.45
CalcListClippingMethod · 0.45
NewFrameMethod · 0.45
NodeDrawListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected