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

Method SetXYZ

trinity/TriVector.cpp:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216/////////////////////////////////////////////////////////////////////////////////////////
217
218void TriVector::SetXYZ(
219 float _x,
220 float _y,
221 float _z )
222{
223 x = _x;
224 y = _y;
225 z = _z;
226}
227
228
229void TriVector::SetVector(

Callers 2

CopyVector3ToTriVectorFunction · 0.80
CoercionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected