Table of Contents

Method AngleToVector3

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AngleToVector3(float)

Converts the specified angle into a direction/heading vector.

public static Vector3 AngleToVector3(float angle)

Parameters

angle float

The angle to convert.

Returns

Vector3

A normalised direction vector for the specified angle.