BoxModel
Table of contents
Public interface
A serializable model for 2D boxes.
Signature
interface BoxModel {}
Source
packages/tlschema/src/misc/geometry-types.ts
Properties
h
Public propertysignature
Signature
h: number
w
Public propertysignature
Signature
w: number
x
Public propertysignature
Signature
x: number
y
Public propertysignature
Signature
y: number