Click or drag to resize

Mat3 Constructor

返回用户文档首页
Overload List
 NameDescription
Public methodMat3 初始化一个单位矩阵。
Public methodMat3(Double) 以指定值初始化对角线上的元素,其他元素为0的矩阵。
Public methodMat3(Mat3) 从另一个Mat3实例拷贝构造。
Public methodMat3(Vec3, Vec3, Vec3) 通过提供的三个向量初始化矩阵。
Public methodMat3(Double, Double, Double, Double, Double, Double, Double, Double, Double) 初始化一个新的3x3矩阵。
Top
See Also