C# Class GeometryClassLibrary.PlaneRegionListExtensions

Mostrar archivo Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Rotate ( this planeRegions, Rotation rotation ) : List

Rotates the list of plane regions with the given rotation

Shift ( this planeRegions, Shift shift ) : List

Shifts the list of plane regions with the given Shift

Method Details

Rotate() public static method

Rotates the list of plane regions with the given rotation
public static Rotate ( this planeRegions, Rotation rotation ) : List
planeRegions this
rotation Rotation
return List

Shift() public static method

Shifts the list of plane regions with the given Shift
public static Shift ( this planeRegions, Shift shift ) : List
planeRegions this
shift Shift
return List