Click or drag to resize

Mat43Set(Vec3, Vec3, Vec3, Vec3) Method

返回用户文档首页
设置矩阵的各个向量分量。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public void Set(
	Vec3 _x,
	Vec3 _y,
	Vec3 _z,
	Vec3 _pos
)

Parameters

_x  Vec3
X轴向量。
_y  Vec3
Y轴向量。
_z  Vec3
Z轴向量。
_pos  Vec3
位置向量。
See Also