MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetMatrices

Method GetMatrices

Source/Engine/Level/Actors/Camera.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void Camera::GetMatrices(Matrix& view, Matrix& projection) const
282{
283 GetMatrices(view, projection, GetViewport(), Vector3::Zero);
284}
285
286void Camera::GetMatrices(Matrix& view, Matrix& projection, const Viewport& viewport) const
287{

Callers 3

CopyFromMethod · 0.80
CopyFromMethod · 0.80
GetWorldMatrixMethod · 0.80

Calls 5

GetViewportFunction · 0.85
OrthoFunction · 0.85
GetOrientationFunction · 0.85
TransformClass · 0.50
MatrixFunction · 0.50

Tested by

no test coverage detected