Subtract (a - b)
Type Vector3
Category Vector > Operations

Subtract (a - b)

Description

Subtracts 2 Vector3s.

Enums

Enum #1

There is currently no description for the enum #1.

  • Vector2
  • Vector3
  • Vector2i
  • Vector3i

Enum #2

There is currently no description for the enum #2.

  • Add
  • Subtract
  • Multiply
  • Divide

Arguments

Type Name (Display Name) Description Default
Vector3 a (a) There is currently no description for the argument a. Vector3(0, 0, 0)
Vector3 b (b) There is currently no description for the argument b. Vector3(0, 0, 0)

Outputs

Vector3 - result (a - b)

There is currently no description for output result.