Skip to main content
Module

x/gmath/mod.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/mod.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