Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Pt Rotate(Pt, Pt, double)

  • Declared in: RT.Modeling.Pt

Declaration

public Pt Rotate(
    Pt axisStart,
    Pt axisEnd,
    double angle
)

Summary

Rotates this point counter-clockwise about the specified axis by the specified angle in degrees.

Parameters

PtaxisStart A point on the desired axis.
PtaxisEnd Another point on the desired axis.
doubleangle The angle (in degrees) by which to rotate the point.