Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

39195696 61e5 8702 c872 2d4cb34b48cc

haplokuon edited this page May 6, 2023 · 1 revision

DegToRad Field

netDxf 3.0.0 Library

Constant to transform an angle between degrees and radians.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public const double DegToRad = 0.0174532925199433

VB

Public Const DegToRad As Double = 0.0174532925199433

C++

public:
literal double DegToRad = 0.0174532925199433

F#

static val mutable DegToRad: float

Field Value

Double

See Also

Reference

MathHelper Class
netDxf Namespace

Clone this wiki locally