FPoint3Magnitude Method
Return the absolute magnitude of the provided point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float Magnitude(
FPoint3 point
)
Public Shared Function Magnitude (
point As FPoint3
) As Single
No code example is currently available or this language may not be supported.
- point FPoint3
-
Reference to the point for which the magnitude will be found.
Single
The absolute magnitude of the caller's point.