C# Class Glare.Ray4f

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

Public Properties

Property Type Description
Normal Vector4f
Origin Vector4f

Public Methods

Method Description
Ray4f ( Vector4f origin, Vector4f normal ) : System

Initialise the Ray4f.

Method Details

Ray4f() public method

Initialise the Ray4f.
public Ray4f ( Vector4f origin, Vector4f normal ) : System
origin Vector4f
normal Vector4f
return System

Property Details

Normal public property

Get or set the direction of the Ray4f.
public Vector4f Normal
return Vector4f

Origin public property

Get or set the origin of the Ray4f.
public Vector4f Origin
return Vector4f