API reference

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

I

interfaceOccluderColliderTransform

@codexo/exojs-lighting / lighting / stable

A collider's world placement, as physics stores it: a translation plus the precomputed sine and cosine of its rotation.

4
props
0
methods
0
events
Import
import { OccluderColliderTransform } from '@codexo/exojs-lighting'

A collider's world placement, as physics stores it: a translation plus the precomputed sine and cosine of its rotation.

Properties4
cos: number
sin: number
x: number
y: number
Source