FVector3Normal Method
Return the normal of the caller's polygon.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector3 Normal(
List<FVector3> points
)
Public Shared Function Normal (
points As List(Of FVector3)
) As FVector3
No code example is currently available or this language may not be supported.
- points ListFVector3
-
Polygon for which to calculate the normal.
FVector3
The normal of the provided polygon.