Method |
Description |
|
FirstIntersectionWith ( Circle circle ) : Point? |
|
|
FirstIntersectionWith ( Ellipse ellipse ) : Point? |
|
|
FirstIntersectionWith ( Rect rectangle ) : Point? |
|
|
FirstIntersectionWithEllipseCenteredAtOrigin ( Point startPoint, System.Windows.Vector direction, double a, double b ) : Point? |
|
|
Flip ( ) : Ray |
|
|
IntersectionPoint ( Ray ray, Line l2, bool mustBeBetweenStartAndEnd ) : Point? |
|
|
IsPointOn ( Point p ) : bool |
|
|
Parse ( string text ) : Ray |
|
|
Perp ( System.Windows.Vector u, System.Windows.Vector v ) : double |
|
|
PerpendicularLineTo ( Point p ) : Line? |
|
|
Project ( Point p ) : Point |
|
|
Ray ( Point point, System.Windows.Vector direction ) : System |
|
|
Rotate ( double angleInDegrees ) : Ray |
|
|