C# 클래스 CSharpGL.EvaluatorRenderer

This is an abstract evaluator i.e a bezier curve or surface.
상속: RendererBase
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

보호된 프로퍼티들

프로퍼티 타입 설명
controlPoints vec3[]

공개 메소드들

메소드 설명
EvaluatorRenderer ( IList controlPoints ) : System.Collections.Generic

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

Setup ( vec3 controlPoints ) : void

메소드 상세

EvaluatorRenderer() 공개 메소드

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

Setup() 공개 추상적인 메소드

public abstract Setup ( vec3 controlPoints ) : void
controlPoints vec3
리턴 void

프로퍼티 상세

controlPoints 보호되어 있는 프로퍼티

protected vec3[] controlPoints
리턴 vec3[]