mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -111,6 +111,15 @@ namespace JNGame.Math
|
||||
|
||||
#endregion
|
||||
|
||||
public static LFloat Build1000(int val)
|
||||
{
|
||||
return new LFloat("", val);
|
||||
}
|
||||
public static LFloat Build(int val)
|
||||
{
|
||||
return new LFloat(val);
|
||||
}
|
||||
|
||||
public LFloat SetInfinite(bool isInfinite)
|
||||
{
|
||||
this.isInfinite = 0;
|
||||
@@ -614,6 +623,11 @@ namespace JNGame.Math
|
||||
public static readonly LFloat EPS_1MS = new LFloat(null, 1L);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 10
|
||||
/// </summary>
|
||||
public static readonly LFloat L1 = 1.ToLFloat();
|
||||
|
||||
/// <summary>
|
||||
/// 10
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user