Home > @infiniteobjects/shopify-data-manager > AdminTypes > Vector3
Representation of 3d vectors and points. It can represent either the coordinates of a point in space, a direction, or size. Presented as an object with three floating-point values.
Signature:
export interface Vector3
Property | Modifiers | Type | Description |
---|---|---|---|
x | Scalars[‘Float’][‘output’] | The x coordinate of Vector3. | |
y | Scalars[‘Float’][‘output’] | The y coordinate of Vector3. | |
z | Scalars[‘Float’][‘output’] | The z coordinate of Vector3. |