Click or drag to resize

Vec3Length Property

返回用户文档首页
获取此Vec3对象的长度(或模)。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public double Length { get; }

Property Value

Double
向量的长度,计算为根号下 (X * X + Y * Y + Z * Z)。
See Also