Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void TriColor::SetVector(
208
const Vector3* in,
209
float alpha )
210
{
211
TriColorFromVector( this, in, alpha );
212
}
213
214
void TriColor::GetHSV(
215
float* h,
Callers
6
PyUpdateVector
Method · 0.45
PyGetVectorAt
Method · 0.45
PyGetVectorDotAt
Method · 0.45
PyGetVectorDoubleDotAt
Method · 0.45
PyGetValueDoubleDotAt
Method · 0.45
IsReady
Method · 0.45
Calls
1
TriColorFromVector
Function · 0.85
Tested by
no test coverage detected