C# Class Glare.Ray4d

A Vector4d position with a Vector4d normal.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
Normal Vector4d
Origin Vector4d

Méthodes publiques

Méthode Description
Ray4d ( Vector4d origin, Vector4d normal ) : System

Initialise the Ray4d.

Method Details

Ray4d() public méthode

Initialise the Ray4d.
public Ray4d ( Vector4d origin, Vector4d normal ) : System
origin Vector4d
normal Vector4d
Résultat System

Property Details

Normal public_oe property

Get or set the direction of the Ray4d.
public Vector4d Normal
Résultat Vector4d

Origin public_oe property

Get or set the origin of the Ray4d.
public Vector4d Origin
Résultat Vector4d