VecModel
Table of contents
Public interface
A serializable model for 2D vectors.
Signature
interface VecModel {}
Source
packages/tlschema/src/misc/geometry-types.ts
Properties
x
Public propertysignature
Signature
x: number
y
Public propertysignature
Signature
y: number
z
Public propertysignature
Signature
z?: number