C# Class MeshLerp, Elemental

Mostrar archivo Open project: CodeStrumpet/Elemental Class Usage Examples

Public Methods

Method Description
MeshLerp ( int width, int height ) : System.Collections
applyLerp ( Vector3 verts ) : void

Method Details

MeshLerp() public method

public MeshLerp ( int width, int height ) : System.Collections
width int
height int
return System.Collections

applyLerp() public method

public applyLerp ( Vector3 verts ) : void
verts Vector3
return void