Skip to content

SignedAngle

Description

SignedAngle is a Function on Vector3
Returns the signed angle between two Vector3s.

Example
local testVariable = Vector3.SignedAngle(Vector3.New(1, 1, 1), Vector3.New(1, 1, 1), Vector3.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: float
parameters:
- fromVector (Vector3)
- toVector (Vector3)
- axis (Vector3)