AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
矩阵构造器。 更多...
Public 成员函数 | |
Matrix4^ | MakeTranslate (Real tx, Real ty, Real tz) |
Matrix4^ | MakeTranslate (Vector3^ offset) |
Matrix4^ | MakeScale (Real sx, Real sy, Real sz) |
Matrix4^ | MakeScale (Vector3^ scale) |
Matrix4^ | MakeRotation (Real angle, Vector3^ axis) |
Matrix4^ | MakeRotation (Real angle, Vector3^ dir, Vector3^ position) |
Matrix4^ | RotationTo (Vector3^ fromDir, Vector3^ toDir) |
Matrix4^ | Multiply (Matrix4^ left, Matrix4^ right) |
Matrix4^ | ToWorldMatrix (Coordinate3^ coord) |
矩阵构造器。
矩阵计算的辅助类。
Matrix4 ^ AnyCAD::Platform::MatrixBuilder::MakeScale | ( | Real | sx, |
Real | sy, | ||
Real | sz | ||
) |
Matrix4 ^ AnyCAD::Platform::MatrixBuilder::MakeTranslate | ( | Real | tx, |
Real | ty, | ||
Real | tz | ||
) |
Matrix4 ^ AnyCAD::Platform::MatrixBuilder::ToWorldMatrix | ( | Coordinate3^ | coord | ) |