FPoint3Translate Method
Translate the values of the caller's point by the provided offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Translate(
FPoint3 point,
FPoint3 offset
)
Public Shared Sub Translate (
point As FPoint3,
offset As FPoint3
)
No code example is currently available or this language may not be supported.
Parameters
- point FPoint3
-
Reference to the point to be translated.
- offset FPoint3
-
Reference to the offset to apply to the point.