Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<Pt> ScaleZ(this IEnumerable<Pt>, double)

  • Declared in: RT.Modeling.Md

Declaration

public static IEnumerable<Pt> ScaleZ(
    this IEnumerable<Pt> face,
    double z
)

Summary

Scales (stretches or shrinks) a face along the z-axis by the specified multiplicative factor.