C# Class Glare.Ray3f

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

Public Properties

Property Type Description
Normal Vector3f
Origin Vector3f

Public Methods

Method Description
Ray3f ( Vector3f origin, Vector3f normal ) : System

Initialise the Ray3f.

Method Details

Ray3f() public method

Initialise the Ray3f.
public Ray3f ( Vector3f origin, Vector3f normal ) : System
origin Vector3f
normal Vector3f
return System

Property Details

Normal public property

Get or set the direction of the Ray3f.
public Vector3f Normal
return Vector3f

Origin public property

Get or set the origin of the Ray3f.
public Vector3f Origin
return Vector3f