Click or drag to resize

Vec2LengthSqr Method

返回用户文档首页
获取向量长度的平方。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public double LengthSqr()

Return Value

Double
向量长度的平方,避免了开方运算,适用于长度比较。
See Also