Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: VertexInfo[] FlatNormals(this Pt[])

  • Declared in: RT.Modeling.Md

Declaration

public static VertexInfo[] FlatNormals(
    this Pt[] polygon
)

Summary

Annotates a polygon with normal vectors perpendicular to the polygon (making the polygon appear flat).

Parameters

this Pt[]polygon The polygon to annotate.

Returns

A collection of vertices with normal vectors.