C# Class CSharpGL.EvaluatorRenderer

This is an abstract evaluator i.e a bezier curve or surface.
Inheritance: RendererBase
Afficher le fichier Open project: bitzhuwei/CSharpGL

Protected Properties

Свойство Type Description
controlPoints vec3[]

Méthodes publiques

Méthode Description
EvaluatorRenderer ( IList controlPoints ) : System.Collections.Generic

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

Setup ( vec3 controlPoints ) : void

Method Details

EvaluatorRenderer() public méthode

This is a 1D evaluator, i.e a bezier curve.
public EvaluatorRenderer ( IList controlPoints ) : System.Collections.Generic
controlPoints IList
Résultat System.Collections.Generic

Setup() public abstract méthode

public abstract Setup ( vec3 controlPoints ) : void
controlPoints vec3
Résultat void

Property Details

controlPoints protected_oe property

protected vec3[] controlPoints
Résultat vec3[]