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

Method GetVector

trinity/TriVector.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238const Vector3* TriVector::GetVector() const
239{
240 return this;
241}
242
243Vector3* TriVector::CopyVector(
244 Vector3* in ) const

Callers 15

PyRotationAxisMethod · 0.80
PySetRotationAxisMethod · 0.80
PySetVectorMethod · 0.80
CopyTriVectorToVector2Function · 0.80
CopyVector3ToTriVectorFunction · 0.80
PyAddMethod · 0.80
PyCrossMethod · 0.80
PyDotMethod · 0.80
PyLerpMethod · 0.80
PyMaximizeMethod · 0.80
PyMinimizeMethod · 0.80
PySubtractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected