C# Class Glare.Ray3f

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Ray3f ( Vector3f origin, Vector3f normal ) : System

Initialise the Ray3f.

Method Details

Ray3f() public méthode

Initialise the Ray3f.
public Ray3f ( Vector3f origin, Vector3f normal ) : System
origin Vector3f
normal Vector3f
Résultat System

Property Details

Normal public_oe property

Get or set the direction of the Ray3f.
public Vector3f Normal
Résultat Vector3f

Origin public_oe property

Get or set the origin of the Ray3f.
public Vector3f Origin
Résultat Vector3f