C# Class Glare.Ray3

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

Public Properties

Property Type Description
Normal Vector3d
Origin System.Vector3

Public Methods

Method Description
Ray3 ( System.Vector3 origin, Vector3d normal ) : System

Initialise the Ray3.

Method Details

Ray3() public method

Initialise the Ray3.
public Ray3 ( System.Vector3 origin, Vector3d normal ) : System
origin System.Vector3
normal Vector3d
return System

Property Details

Normal public property

Get or set the direction of the Ray3.
public Vector3d Normal
return Vector3d

Origin public property

Get or set the origin of the Ray3.
public Vector3,System Origin
return System.Vector3