MCPcopy Create free account
hub / github.com/HeliumProject/Engine / SetPerspectiveProjection

Method SetPerspectiveProjection

Source/Engine/MathSimd/Matrix44.cpp:26–43  ·  view source on GitHub ↗

Set this matrix to a perspective projection matrix. @param[in] horizontalFovRadians Horizontal field-of-view angle, in radians. @param[in] aspectRatio Aspect ratio (width to height). @param[in] nearClip Near clip plane distance. @param[in] farClip Far clip plane distance. @see SetOrthographicProjection()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

UpdateViewProjectionMethod · 0.80

Calls 1

Matrix44Class · 0.70

Tested by

no test coverage detected