VectorLengthSquare Property |
返回用户文档首页
获取此Vector对象长度的平方。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic double LengthSquare { get; }
Property Value
Double
向量长度的平方,计算为 (X * X + Y * Y + Z * Z)。
See Also