C# Class Glare.Ray4

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

Public Properties

Property Type Description
Normal Vector4d
Origin System.Vector4

Public Methods

Method Description
Ray4 ( System.Vector4 origin, Vector4d normal ) : System

Initialise the Ray4.

Method Details

Ray4() public method

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

Property Details

Normal public_oe property

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

Origin public_oe property

Get or set the origin of the Ray4.
public Vector4,System Origin
return System.Vector4