Mat4Set(Vec4, Vec4, Vec4, Vec4) Method | 
返回用户文档首页
            设置矩阵的各个向量分量。
            
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic void Set(
	Vec4 _x,
	Vec4 _y,
	Vec4 _z,
	Vec4 _pos
)
Parameters
- _x  Vec4
 - X方向的向量。
 - _y  Vec4
 - Y方向的向量。
 - _z  Vec4
 - Z方向的向量。
 - _pos  Vec4
 - 位置向量。
 
See Also