Angle Between

Calculates the angle swept between two vectors.

The value is always positive and ranges from 0° (both vectors point the same direction) to 180° (both vectors point opposite directions).

Interface

Inputs

ParameterDetailsPossible Types
Vector A

Primary Input

vec2
Vector B

Default: DVec2(0.0, 0.0)

vec2
Radians

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64