MCPcopy 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
14void CVector::Link(const CVector &v)
15{
16 X = v.X;
17 Y = v.Y;
18 Z = v.Z;
19}
20
21void CVector::Link(double x, double y, double z)
22{

Callers 1

CreateLandTextureRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected