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

Method GetFrame

GTE/Graphics/ViewVolume.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ViewVolume::GetFrame(Vector4<float>& position, Vector4<float>& dVector,
106 Vector4<float>& uVector, Vector4<float>& rVector) const
107{
108 position = mPosition;
109 dVector = mDVector;
110 uVector = mUVector;
111 rVector = mRVector;
112}
113
114void ViewVolume::SetFrustum(float dMin, float dMax, float uMin, float uMax, float rMin, float rMax)
115{

Callers 1

LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected