• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Vim.Math3d
    • AABox
    • AABox2D
    • AABox4D
    • AngularMotion
    • AxisAngle
    • Byte2
    • Byte3
    • Byte4
    • ColorHDR
    • ColorRGB
    • ColorRGBA
    • Complex
    • Constants
    • ContainmentType
    • CylindricalCoordinate
    • DAABox
    • DAABox2D
    • DAABox4D
    • DInterval
    • DPlane
    • DQuaternion
    • DRay
    • DSphere
    • DVector2
    • DVector3
    • DVector4
    • Euler
    • GeoCoordinate
    • Hash
    • HorizontalCoordinate
    • IMappable<TContainer, TPart>
    • Int2
    • Int3
    • Int4
    • Interval
    • IPoints
    • IPoints2D
    • ITransformable3D<TSelf>
    • Line
    • Line2D
    • LinearMotion
    • LinqUtil
    • LogPolarCoordinate
    • MathOps
    • Matrix4x4
    • Motion
    • MovementExtensions
    • Plane
    • PlaneIntersectionType
    • PolarCoordinate
    • Quad
    • Quad2D
    • Quaternion
    • Ray
    • Sphere
    • SphericalCoordinate
    • StatelessRandom
    • Stats<T>
    • Transform
    • Transformable3D
    • Triangle
    • Triangle2D
    • Vector2
    • Vector3
    • Vector4

Class Constants

Inheritance
System.Object
Constants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vim.Math3d
Assembly: Vim.Math3D.dll
public static class Constants

Fields

View Source

DegreesToRadians

public const double DegreesToRadians = 0.017453292519943295
View Source

E

public const float E = 2.71828175F
View Source

FeetToMm

public const double FeetToMm = 304.79999024640028
View Source

HalfPi

public const float HalfPi = 1.57079637F
View Source

Log10E

public const float Log10E = 0.4342945F
View Source

Log2E

public const float Log2E = 1.442695F
View Source

MmToFeet

public const double MmToFeet = 0.00328084
View Source

OneTenthOfADegree

public const double OneTenthOfADegree = 0.0017453292519943296
View Source

Pi

public const float Pi = 3.14159274F
View Source

RadiansToDegrees

public const double RadiansToDegrees = 57.295779513082323
View Source

Tolerance

public const float Tolerance = 1E-07F
View Source

TwoPi

public const float TwoPi = 6.28318548F
View Source

XYPlane

public static readonly Plane XYPlane
View Source

XZPlane

public static readonly Plane XZPlane
View Source

YZPlane

public static readonly Plane YZPlane
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright VIM 2021, Generated by DocFX