C# Class Glare.Ray2f

A Vector2f position with a Vector2f normal.
Mostra file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Normal Vector2f
Origin Vector2f

Public Methods

Method Description
Ray2f ( Vector2f origin, Vector2f normal ) : System

Initialise the Ray2f.

Method Details

Ray2f() public method

Initialise the Ray2f.
public Ray2f ( Vector2f origin, Vector2f normal ) : System
origin Vector2f
normal Vector2f
return System

Property Details

Normal public_oe property

Get or set the direction of the Ray2f.
public Vector2f Normal
return Vector2f

Origin public_oe property

Get or set the origin of the Ray2f.
public Vector2f Origin
return Vector2f