C# Class Glare.Ray3d

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

Public Properties

Property Type Description
Normal Vector3d
Origin Vector3d

Public Methods

Method Description
Ray3d ( Vector3d origin, Vector3d normal ) : System

Initialise the Ray3d.

Method Details

Ray3d() public method

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

Property Details

Normal public property

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

Origin public property

Get or set the origin of the Ray3d.
public Vector3d Origin
return Vector3d