C# Class EzGame.Perspective.Planar.Raycaster.Ray

Inheritance: Line
Mostra file Open project: CodeTreeCommunity/Shooter2D

Public Properties

Property Type Description
Obstacle EzGame.Collision.Polygon

Public Methods

Method Description
Intersects ( Polygon Polygon ) : bool
Intersects ( Polygon Polygon, Vector2 &Intersection ) : bool
Ray ( Vector2 Start, Vector2 End ) : System

Method Details

Intersects() public method

public Intersects ( Polygon Polygon ) : bool
Polygon EzGame.Collision.Polygon
return bool

Intersects() public method

public Intersects ( Polygon Polygon, Vector2 &Intersection ) : bool
Polygon EzGame.Collision.Polygon
Intersection Vector2
return bool

Ray() public method

public Ray ( Vector2 Start, Vector2 End ) : System
Start Vector2
End Vector2
return System

Property Details

Obstacle public_oe property

public Polygon,EzGame.Collision Obstacle
return EzGame.Collision.Polygon