C# Класс Ensage.Common.Extensions.SharpDX.IntersectionResult

Holds info for the Vector2Extensions.Intersection method.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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