Vector 3

For nodes related to Vector3 mathematical operations, see Vector3 Math.

Cast > Euler To Quaternion

Converts a Vector3 component to a quaternion rotation.

Inputs:

Name
Type
Description

Euler Angles

Vector3 [editable]

A Euler angle representation of a rotation.

Outputs:

Name
Type
Description

Output

Quaternion

Quaternion rotation.

Build Vector3

Create a Vector3.

Inputs:

Name
Type
Description

X

Float [editable]

X component of the vector.

Y

Float [editable]

Y component of the vector.

Z

Float [editable]

Z component of the vector.

Outputs:

Name
Type
Description

Output

Vector3

The constructed Vector3.

Get Vector3

Converts a Vector3 component to a Vector3 value.

Inputs:

Name
Type
Description

Vector3 Component

Vector3 Component

Reference to a Vector3 component.

Outputs:

Name
Type
Description

Vector3 Out

Vector3

The value of the Vector3 component.

Set Vector3

Set the value of a Vector3 component.

Inputs:

Name
Type
Description

Enter

Flow

The initiating flow.

Vector3 Component

Vector3 Component

Reference to a Vector3 component.

Value In

Vector3 [editable]

The value to assign to the Vector3 component.

Outputs:

Name
Type
Description

Exit

Flow

Continuation of the initiating flow.

Vector3 Out

Vector3

Same as Value In.

Split Vector3

Splits a Vector3 into its constituent parts.

Inputs:

Name
Type
Description

Vector3 In

Vector3

The input vector.

Outputs:

Name
Type
Description

X

Float

X component of the vector.

Y

Float

Y component of the vector.

Z

Float

Z component of the vector.

Last updated