Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Microsoft.Geospatial.VectorMath

Caden edited this page Jul 2, 2020 · 9 revisions

Constants

Common constants used for computations.

public static class Microsoft.Geospatial.VectorMath.Constants

Static Fields

Type Name Summary
Double DegreesToRadians The conversion factor to transform degrees to radians.
Double FourPi Four times System.Math.PI.
Double PiOverFour System.Math.PI divided by four.
Double PiOverTwo System.Math.PI divided by two.
Double RadiansToDegrees The conversion factor to transform radians to degrees.
Double TwoPi Two times System.Math.PI.

Clone this wiki locally