API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceContactPoint

@codexo/exojs-physics / physics / stable

A single contact point on a CollisionEvent. World space.

3
props
0
methods
0
events
Import
import { ContactPoint } from '@codexo/exojs-physics'

A single contact point on a CollisionEvent. World space.

Properties3
penetration: number
Penetration depth in px (≥ 0).
x: number
y: number
Source