Skip to main content

deconstruct vector

Deconstruct a vector to get its coordinates

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

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?