Click or drag to resize

Mat3Item(Int32) Property

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

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

Parameters

col  Int32
要访问的列索引(0表示X,1表示Y,2表示Z)。

Return Value

Vec3
返回指定列的Vec3值。
Remarks
如果索引超出范围,将返回Vec3.ZERO。
See Also