Back to Adaptive Vision Library Lite website

You are here: Start » Basic » Unit Conversions » DegreesToRadians

DegreesToRadians


Header: STD.h
Namespace: avl

Converts degrees to radians.

Syntax

void avl::DegreesToRadians
(
	float inDegrees,
	float& outRadians
)

Parameters

Name Type Default Description
Input value
inDegrees float
Output value
outRadians float&