Click or drag to resize

Mat43Item(Int32) Property

返回用户文档首页
获取或设置矩阵的列。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Vec3 this[
	int col
] { get; set; }

Parameters

col  Int32
列的索引(0表示X轴,1表示Y轴,2表示Z轴,3表示位置向量)。

Return Value

Vec3
对应索引的列向量。
Exceptions
ExceptionCondition
IndexOutOfRangeException如果索引不在0到3的范围内。
See Also