C# Class Gu.Wpf.Geometry.Ray

Exibir arquivo Open project: JohanLarsson/Gu.Wpf.Geometry Class Usage Examples

Private Properties

Property Type Description
FirstIntersectionWith Point?
FirstIntersectionWith Point?
FirstIntersectionWith Point?
FirstIntersectionWithEllipseCenteredAtOrigin Point?
Flip Ray
IntersectionPoint Point?
IsPointOn bool
Parse Ray
Perp double
PerpendicularLineTo Line?
Project Point
Ray System
Rotate Ray

Private Methods

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