stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Vector3

AdminTypes.Vector3 interface

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 

Properties

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.