FPoint3Offset Method

Return a new instance the caller's point, translated by the specified offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint3 Offset(
	FPoint3 point,
	float dx,
	float dy,
	float dz
)

Parameters

point  FPoint3
Reference to the point to be offset.
dx  Single
X distance from the original point.
dy  Single
Y distance from the original point.
dz  Single
Z distance from the original point.

Return Value

FPoint3
Reference to a new point at the specified offset from the original.

See Also