MCPcopy Create free account
hub / github.com/carbonengine/trinity / CopyVector

Method CopyVector

trinity/TriVector.cpp:243–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243Vector3* TriVector::CopyVector(
244 Vector3* in ) const
245{
246 // would this work?
247 //return &(*in = *this);
248
249 *in = *this;
250 return in;
251}
252
253
254Vector3* TriVector::Vector()

Callers 1

CopyTriVectorToVector3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected