MatrixMultiply(Matrix, Point) Operator |
返回用户文档首页Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Point operator *(
Matrix mat,
Point pos
)
Parameters
- mat Matrix
- 矩阵。
- pos Point
- 点。
Return Value
Point返回点与矩阵相乘的结果。
See Also