Kaba function mat4.perspective ed
...
Syntax ed
func static pure mat4.perspective(fovy: f32, aspect: f32, z_near: f32, z_far: f32, z_sym: bool) -> mat4
Parameters ed
- fovy: f32
- ...
- aspect: f32
- ...
- z_near: f32
- ...
- z_far: f32
- ...
- z_sym: bool
- ...
Return ed
...