C# 클래스 Ensage.Common.Extensions.SharpDX.IntersectionResult

Holds info for the Vector2Extensions.Intersection method.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 프로퍼티들

프로퍼티 타입 설명
Intersects bool
Point System.Vector2

공개 메소드들

메소드 설명
IntersectionResult ( bool intersects = false, System.Vector2 point = newVector2() ) : System

Initializes a new instance of the IntersectionResult struct. Constructor for Intersection Result

메소드 상세

IntersectionResult() 공개 메소드

Initializes a new instance of the IntersectionResult struct. Constructor for Intersection Result
public IntersectionResult ( bool intersects = false, System.Vector2 point = newVector2() ) : System
intersects bool /// Intersection of input ///
point System.Vector2 /// Intersection Point ///
리턴 System

프로퍼티 상세

Intersects 공개적으로 프로퍼티

Returns if both of the points intersect.
public bool Intersects
리턴 bool

Point 공개적으로 프로퍼티

Intersection point
public Vector2,System Point
리턴 System.Vector2