Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "const"

Index

Variables

Variables

Private Const DEG2RAD

DEG2RAD: number = Math.PI / 180

Constant for converting degrees to radians.

Private Const RAD2DEG

RAD2DEG: number = 180 / Math.PI

Constant for converting radians to degrees.

Generated using TypeDoc