MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetPosition

Method SetPosition

GTE/Graphics/ViewVolume.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void ViewVolume::SetPosition(Vector4<float> const& position)
40{
41 mPosition = position;
42 OnFrameChange();
43}
44
45void ViewVolume::SetAxes(Vector4<float> const& dVector,
46 Vector4<float> const& uVector, Vector4<float> const& rVector)

Callers 6

MoveForwardMethod · 0.45
MoveBackwardMethod · 0.45
MoveUpMethod · 0.45
MoveDownMethod · 0.45
MoveRightMethod · 0.45
MoveLeftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected