FAreaScale(FArea, FArea) Method

Return the scale of the two areas.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FScale Scale(
	FArea newArea,
	FArea oldArea
)

Parameters

newArea  FArea
Reference to the new area (numerator).
oldArea  FArea
Reference to the old or original area (denominator).

Return Value

FScale
Reference to the newly created scale containing the scaling factor between the caller's two areas.

See Also