C# Class SFML.Graphics.Glsl.Bvec4

Mostrar archivo Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
W bool
X bool
Y bool
Z bool

Public Methods

Method Description
Bvec4 ( bool x, bool y, bool z, bool w ) : System.Runtime.InteropServices

Construct the Bvec4 from its coordinates

Method Details

Bvec4() public method

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
return System.Runtime.InteropServices

Property Details

W public_oe property

Projective/Homogenous component of the vector
public bool W
return bool

X public_oe property

Horizontal component of the vector
public bool X
return bool

Y public_oe property

Vertical component of the vector
public bool Y
return bool

Z public_oe property

Depth component of the vector
public bool Z
return bool