C# Class Glare.Ray4f

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Ray4f ( Vector4f origin, Vector4f normal ) : System

Initialise the Ray4f.

Method Details

Ray4f() public méthode

Initialise the Ray4f.
public Ray4f ( Vector4f origin, Vector4f normal ) : System
origin Vector4f
normal Vector4f
Résultat System

Property Details

Normal public_oe property

Get or set the direction of the Ray4f.
public Vector4f Normal
Résultat Vector4f

Origin public_oe property

Get or set the origin of the Ray4f.
public Vector4f Origin
Résultat Vector4f