MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / SetPosition

Method SetPosition

utilities/olcUTIL_Hardware3D.h:1151–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149 }
1150
1151 inline void SetPosition(const olc::vf3d& vPosition)
1152 {
1153 vecPosition = vPosition;
1154 }
1155
1156 inline void SetPosition(const float x, const float y, const float z)
1157 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected