Skip to main content

deconstruct vector

Deconstruct a vector to get its coordinates

Written by Holly Conrad Smith

Use this when you want to extract the x, y, and z components of a vector within a flow, for example isolating a single axis for further calculation.

Category: Vector

Kind: Operation

Description: Deconstruct a vector

Inputs

Name

Abbreviation

Type

Access

Description

Vector

V

Vector

Item

The vector to deconstruct

Outputs

Name

Abbreviation

Type

Access

Description

X

X

Number

Item

The x component of the vector

Y

Y

Number

Item

The y component of the vector

Z

Z

Number

Item

The z component of the vector

How to

  1. input a vector

  2. The results are the x, y, and z coordinates of the provided vector

Did this answer your question?