Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<VertexInfo[]> Rotate(this IEnumerable<VertexInfo[]>, Pt, Pt, double)

  • Declared in: RT.Modeling.Md

Declaration

public static IEnumerable<VertexInfo[]> Rotate(
    this IEnumerable<VertexInfo[]> faces,
    Pt axisStart,
    Pt axisEnd,
    double angle
)

Summary

Rotates a collection of faces counter-clockwise about the specified axis by the specified angle in degrees.