C# Class Glare.Ray4d

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

Public Properties

Property Type Description
Normal Vector4d
Origin Vector4d

Public Methods

Method Description
Ray4d ( Vector4d origin, Vector4d normal ) : System

Initialise the Ray4d.

Method Details

Ray4d() public method

Initialise the Ray4d.
public Ray4d ( Vector4d origin, Vector4d normal ) : System
origin Vector4d
normal Vector4d
return System

Property Details

Normal public property

Get or set the direction of the Ray4d.
public Vector4d Normal
return Vector4d

Origin public property

Get or set the origin of the Ray4d.
public Vector4d Origin
return Vector4d