FVector3Normal Method

Return the normal of the caller's polygon.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector3 Normal(
	List<FVector3> points
)

Parameters

points  ListFVector3
Polygon for which to calculate the normal.

Return Value

FVector3
The normal of the provided polygon.

See Also