AnyCAD Rapid API 2023
Help you to create a better world!
|
成员的完整列表,这些成员属于 Matrix4,包括所有继承而来的类成员
clone() (定义于 Matrix4) | Matrix4 | |
copy(Matrix4d m) (定义于 Matrix4) | Matrix4 | |
decompose() (定义于 Matrix4) | Matrix4 | |
decomposeTRS() (定义于 Matrix4) | Matrix4 | |
determinant() (定义于 Matrix4) | Matrix4 | |
extractEulerAngleXYZ() (定义于 Matrix4) | Matrix4 | |
extractScale() (定义于 Matrix4) | Matrix4 | |
extractTranslation() (定义于 Matrix4) | Matrix4 | |
fromEulerAngleXYZ(float x, float y, float z) (定义于 Matrix4) | Matrix4 | static |
fromEulerAngleYXZ(float y, float x, float z) (定义于 Matrix4) | Matrix4 | static |
get(int i, int j) (定义于 Matrix4) | Matrix4 | |
inverse() (定义于 Matrix4) | Matrix4 | |
inversed() (定义于 Matrix4) | Matrix4 | |
makeRotationAxis(Vector3 position, Vector3 dir, float angle) (定义于 Matrix4) | Matrix4 | static |
makeRotationAxis(Vector3 axis, float angle) (定义于 Matrix4) | Matrix4 | static |
makeScale(float x, float y, float z) (定义于 Matrix4) | Matrix4 | static |
makeScaleWithCenter(Vector3 center, Vector3 scale) (定义于 Matrix4) | Matrix4 | static |
makeTranslation(float x, float y, float z) (定义于 Matrix4) | Matrix4 | static |
makeTranslation(Vector3 v) (定义于 Matrix4) | Matrix4 | static |
Matrix4() (定义于 Matrix4) | Matrix4 | |
Matrix4(float scalar) (定义于 Matrix4) | Matrix4 | |
Matrix4(float x0, float y0, float z0, float w0, float x1, float y1, float z1, float w1, float x2, float y2, float z2, float w2, float x3, float y3, float z3, float w3) (定义于 Matrix4) | Matrix4 | |
Matrix4(Vector4 v0, Vector4 v1, Vector4 v2, Vector4 v3) (定义于 Matrix4) | Matrix4 | |
multiplied(Matrix4 trf) (定义于 Matrix4) | Matrix4 | |
multiply(Matrix4 trf) (定义于 Matrix4) | Matrix4 | |
rotate(float angle, Vector3 axis) (定义于 Matrix4) | Matrix4 | |
scale(float ratio) (定义于 Matrix4) | Matrix4 | |
set(int i, int j, float val) (定义于 Matrix4) | Matrix4 | |
toMatrix3() (定义于 Matrix4) | Matrix4 | |
translate(Vector3 v) (定义于 Matrix4) | Matrix4 | |
transpose() (定义于 Matrix4) | Matrix4 | |
transposed() (定义于 Matrix4) | Matrix4 |