C# Class CSharpGL.Evaluator2DRenderer

This is a 1D evaluator, i.e a bezier curve.
Inheritance: EvaluatorRenderer
Mostrar archivo Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
Evaluator2DRenderer ( IList controlPoints ) : System

This is a 1D evaluator, i.e a bezier curve.

Setup ( vec3 controlPoints ) : void

Protected Methods

Method Description
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

Method Details

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
return void

Evaluator2DRenderer() public method

This is a 1D evaluator, i.e a bezier curve.
public Evaluator2DRenderer ( IList controlPoints ) : System
controlPoints IList
return System

Setup() public method

public Setup ( vec3 controlPoints ) : void
controlPoints vec3
return void