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

Method SetVector

trinity/TriColor.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207void TriColor::SetVector(
208 const Vector3* in,
209 float alpha )
210{
211 TriColorFromVector( this, in, alpha );
212}
213
214void TriColor::GetHSV(
215 float* h,

Callers 6

PyUpdateVectorMethod · 0.45
PyGetVectorAtMethod · 0.45
PyGetVectorDotAtMethod · 0.45
PyGetValueDoubleDotAtMethod · 0.45
IsReadyMethod · 0.45

Calls 1

TriColorFromVectorFunction · 0.85

Tested by

no test coverage detected