C# Class Vector.RayTracing.Surface

Afficher le fichier Open project: sinclairzx81/vector-cs Class Usage Examples

Méthodes publiques

Méthode Description
Surface ( ) : Vector.Math
diffuse ( Vector3 pos ) : Color
reflect ( Vector3 pos ) : float
specular ( Vector3 pos ) : Color

Method Details

Surface() public méthode

public Surface ( ) : Vector.Math
Résultat Vector.Math

diffuse() public méthode

public diffuse ( Vector3 pos ) : Color
pos Vector3
Résultat Color

reflect() public méthode

public reflect ( Vector3 pos ) : float
pos Vector3
Résultat float

specular() public méthode

public specular ( Vector3 pos ) : Color
pos Vector3
Résultat Color