Home
last modified time | relevance | path

Searched defs:Perspective (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/include/glm/gtx/
Dmatrix_decompose.inl30 …quat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & Perspective)
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils.cpp201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective() function in angle::Mat4