C# Class Glare.Ray3d

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Ray3d ( Vector3d origin, Vector3d normal ) : System

Initialise the Ray3d.

Method Details

Ray3d() public méthode

Initialise the Ray3d.
public Ray3d ( Vector3d origin, Vector3d normal ) : System
origin Vector3d
normal Vector3d
Résultat System

Property Details

Normal public_oe property

Get or set the direction of the Ray3d.
public Vector3d Normal
Résultat Vector3d

Origin public_oe property

Get or set the origin of the Ray3d.
public Vector3d Origin
Résultat Vector3d