MathUtils

MathUtils class

一组有用的数学实用程序。

public class MathUtils

方法

姓名描述
static Clamp(double, double, double)将值限制在 [min, max] 范围内
static ToDegree(double)将数字从弧度转换为度数
static ToDegree(float)将数字从弧度转换为度数
static ToDegree(Vector3)转换一个Vector3从弧度到度数。
static ToDegree(double, double, double)将数字从弧度转换为度数
static ToRadian(double)将数字从度数转换为弧度
static ToRadian(float)将数字从度数转换为弧度
static ToRadian(Vector3)转换一个Vector3从度数到弧度
static ToRadian(double, double, double)将向量从度数转换为弧度

也可以看看