FPoint3Invert Method
Invert the values of the caller's coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 Invert(
FPoint3 point
)
Public Shared Function Invert (
point As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
Reference to the point to be inverted.
FPoint3
Reference to the caller's point with inverted values.