C# 클래스 Gu.Wpf.Geometry.Ray

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Geometry 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
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