Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/gmath/src/projection.ts>Orthographic

🎮 A wasm accelerated game and graphics maths library for deno
Latest
class Orthographic
import { Orthographic } from "https://deno.land/x/gmath@0.1.12/src/projection.ts";

Constructors

new
Orthographic(
left: number,
right: number,
bottom: number,
top: number,
near: number,
far: number,
)

Properties

bottom: number
far: number
left: number
near: number
right: number
top: number