C# Class Glare.Ray2d

A Vector2d position with a Vector2d normal.
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Normal Vector2d
Origin Vector2d

Public Methods

Method Description
Ray2d ( Vector2d origin, Vector2d normal ) : System

Initialise the Ray2d.

Method Details

Ray2d() public method

Initialise the Ray2d.
public Ray2d ( Vector2d origin, Vector2d normal ) : System
origin Vector2d
normal Vector2d
return System

Property Details

Normal public property

Get or set the direction of the Ray2d.
public Vector2d Normal
return Vector2d

Origin public property

Get or set the origin of the Ray2d.
public Vector2d Origin
return Vector2d