VecModel

See source code
Table of contents

A serializable model for 2D vectors.

interface VecModel {}

Properties

x

x: number;

y

y: number;

z

optional
z?: number;

Prev
UserSchemaInfo