C# Class Ensage.Common.Extensions.SharpDX.IntersectionResult

Holds info for the Vector2Extensions.Intersection method.
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Свойство Type Description
Intersects bool
Point System.Vector2

Méthodes publiques

Méthode Description
IntersectionResult ( bool intersects = false, System.Vector2 point = newVector2() ) : System

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

Method Details

IntersectionResult() public méthode

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 ///
Résultat System

Property Details

Intersects public_oe property

Returns if both of the points intersect.
public bool Intersects
Résultat bool

Point public_oe property

Intersection point
public Vector2,System Point
Résultat System.Vector2