Skip to content

i-positionable overview


Table of contents


utils

IPositionable (interface)

Signature

export interface IPositionable<D, R> {
  position: D
  rotation: R
}