Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<VertexInfo> RotateX(this IEnumerable<VertexInfo>, double)

  • Declared in: RT.Modeling.Md

Declaration

public static IEnumerable<VertexInfo> RotateX(
    this IEnumerable<VertexInfo> face,
    double angle
)

Summary

Rotates a face counter-clockwise about the x-axis by the specified angle in degrees.