Click or drag to resize

Mat43ToMat4 Method

返回用户文档首页
将当前 4x3 矩阵转换为 4x4 矩阵。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Mat4 ToMat4()

Return Value

Mat4
返回一个新的 Mat4 实例,其值基于当前 Mat43 实例。
See Also