@revideo/core / types / SerializedVector2
Type Alias: SerializedVector2<T>
SerializedVector2<
T> = {x:T;y:T; }
Defined in: types/Vector.ts:10
Type Parameters
T
T = number
Properties
x
x:
T
Defined in: types/Vector.ts:11
y
y:
T
Defined in: types/Vector.ts:12