C# Class GeometryClassLibrary.IEnumerablePlaneRegionExtensionMethods

Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary

Méthodes publiques

Méthode Description
Rotate ( this passedPlaneRegions, Line passedAxisLine, System.Angle passedRotationAngle ) : void
Shift ( this passedPlaneRegions, Shift passedShift ) : IEnumerable
Translate ( this passedPlaneRegions, Dimension xTranslate, Dimension yTranslate, Dimension zTranslate ) : void
Translate ( this passedPlaneRegions, Vector passedVector ) : void

Method Details

Rotate() public static méthode

public static Rotate ( this passedPlaneRegions, Line passedAxisLine, System.Angle passedRotationAngle ) : void
passedPlaneRegions this
passedAxisLine Line
passedRotationAngle System.Angle
Résultat void

Shift() public static méthode

public static Shift ( this passedPlaneRegions, Shift passedShift ) : IEnumerable
passedPlaneRegions this
passedShift Shift
Résultat IEnumerable

Translate() public static méthode

public static Translate ( this passedPlaneRegions, Dimension xTranslate, Dimension yTranslate, Dimension zTranslate ) : void
passedPlaneRegions this
xTranslate Dimension
yTranslate Dimension
zTranslate Dimension
Résultat void

Translate() public static méthode

public static Translate ( this passedPlaneRegions, Vector passedVector ) : void
passedPlaneRegions this
passedVector Vector
Résultat void