Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/caviar/src/physics/Physics.ts>NormalForce

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class NormalForce
implements Force
import { NormalForce } from "https://deno.land/x/caviar@1.0.2/src/physics/Physics.ts";

Constructors

new
NormalForce(entity: any, g: number)

Methods

update(_dt: number): number