# SceneScript Module WEVector

Module which provides utility functions related to working with vectors.

import * as WEVector from 'WEVector';

# Functions

# angleVector2(angle: Number): Vec2

Creates a 2D directional vector from an angle in degrees.

# vectorAngle2(direction: Vec2): Number

Returns an angle in degrees from a 2D directional vector.