C# Class NewTOAPIA.Graphics.ivec3

Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
x int
y int
z int

Public Methods

Method Description
ivec3 ( int i )
ivec3 ( int x_, int y_, int z_ )
ivec3 ( ivec2 xy, int z_ )
ivec3 ( ivec4 xyzw )

Method Details

ivec3() public method

public ivec3 ( int i )
i int

ivec3() public method

public ivec3 ( int x_, int y_, int z_ )
x_ int
y_ int
z_ int

ivec3() public method

public ivec3 ( ivec2 xy, int z_ )
xy ivec2
z_ int

ivec3() public method

public ivec3 ( ivec4 xyzw )
xyzw ivec4

Property Details

x public_oe property

public int x
return int

y public_oe property

public int y
return int

z public_oe property

public int z
return int