C# Class SimLab.SimGrid.Geometry.LineTexCoord

Show file Open project: bitzhuwei/CSharpGL

Public Properties

Property Type Description
P1 float
P2 float

Public Methods

Method Description
SetTextureCoord ( float value ) : void

Method Details

SetTextureCoord() public method

public SetTextureCoord ( float value ) : void
value float
return void

Property Details

P1 public property

public float P1
return float

P2 public property

public float P2
return float