Click or drag to resize

Mat4Item(Int32) Property

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

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

Parameters

col  Int32
要获取或设置的列的索引(0到3之间)。

Return Value

Vec4
指定列的四维向量(Vec4)。
Exceptions
ExceptionCondition
IndexOutOfRangeException如果索引不在0到3的范围内。
See Also