This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MathHelper
Morten Aune Lyrstad edited this page Apr 16, 2022
·
47 revisions
← Index ← Namespace Index
public abstract sealed class MathHelper
Contains commonly used precalculated values.
Namespace: VRageMath
Assembly: VRage.Math.dll
Member | Description |
---|---|
static float E | Represents the mathematical constant e. |
static float EPSILON | |
static float EPSILON10 | |
static float FourPi | Represents the value of pi times two. |
static float Log10E | Represents the log base ten of e. |
static float Log2E | Represents the log base two of e. |
static float Pi | Represents the value of pi. |
static float PiOver2 | Represents the value of pi divided by two. |
static float PiOver4 | Represents the value of pi divided by four. |
static float RadiansPerSecondToRPM | 60 / 2*pi |
static float RPMToRadiansPerMillisec | 2*pi / 60000 |
static float RPMToRadiansPerSecond | 2*pi / 60 |
static float Sqrt2 | Represents the value of the square root of two |
static float Sqrt3 | Represents the value of the square root of three |
static float TwoPi | Represents the value of pi times two. |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!