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

Method SetFrame

GTE/Graphics/ViewVolume.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ViewVolume::SetFrame(Vector4<float> const& position, Vector4<float> const& dVector,
91 Vector4<float> const& uVector, Vector4<float> const& rVector)
92{
93 mPosition = position;
94 SetAxes(dVector, uVector, rVector);
95}
96
97void ViewVolume::GetAxes(Vector4<float>& dVector, Vector4<float>& uVector,
98 Vector4<float>& rVector) const

Callers 10

UpdateFacesMethod · 0.80
UpdateWorldDataMethod · 0.80
InitializeCameraMethod · 0.80
CreateLightProjectorMethod · 0.80
CreateSceneMethod · 0.80
ExtremalQueryWindow3Method · 0.80
MoveCameraMethod · 0.80
InitializeCameraNodeMethod · 0.80
TerrainWindow3Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected