Interface org.as2lib.data.type.Angle

Description

Angle declares methods that convert objects, mostly numbers, into angles.

Method Index

toDegree(), toRadian()

Inherited from BasicInterface

Method Detail

toRadian

public function toRadian(Void):Number

Returns the angle in radian.

Return

the angle in radian

toDegree

public function toDegree(Void):Number

Returns the angle in degree.

Return

the angle in degree