Click or drag to resize

Vec2Length Property

返回用户文档首页
获取向量的长度(模)。

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
向量的长度,根据欧几里得距离计算。
See Also