C# Class SFML.Graphics.Glsl.Bvec2

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

Public Properties

Property Type Description
X bool
Y bool

Public Methods

Method Description
Bvec2 ( bool x, bool y ) : System.Runtime.InteropServices

Construct the Bvec2 from its coordinates

Method Details

Bvec2() public method

Construct the Bvec2 from its coordinates
public Bvec2 ( bool x, bool y ) : System.Runtime.InteropServices
x bool X coordinate
y bool Y coordinate
return System.Runtime.InteropServices

Property Details

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