Skip to main content
Log inSign up
object

Requires read_products access scope.

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.

Float!non-null

The x coordinate of Vector3.

Float!non-null

The y coordinate of Vector3.

Float!non-null

The z coordinate of Vector3.


Was this section helpful?