C# Class SFML.Graphics.Glsl.Bvec4

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
W bool
X bool
Y bool
Z bool

Méthodes publiques

Méthode Description
Bvec4 ( bool x, bool y, bool z, bool w ) : System.Runtime.InteropServices

Construct the Bvec4 from its coordinates

Method Details

Bvec4() public méthode

Construct the Bvec4 from its coordinates
public Bvec4 ( bool x, bool y, bool z, bool w ) : System.Runtime.InteropServices
x bool X coordinate
y bool Y coordinate
z bool Z coordinate
w bool W coordinate
Résultat System.Runtime.InteropServices

Property Details

W public_oe property

Projective/Homogenous component of the vector
public bool W
Résultat bool

X public_oe property

Horizontal component of the vector
public bool X
Résultat bool

Y public_oe property

Vertical component of the vector
public bool Y
Résultat bool

Z public_oe property

Depth component of the vector
public bool Z
Résultat bool