C# 클래스 BRDFLafortuneFitting.LevenbergMarquardt.Constraints

파일 보기 프로젝트 열기: Patapom/GodComplex

보호된 프로퍼티들

프로퍼티 타입 설명
m_Max Vector
m_Min Vector

공개 메소드들

메소드 설명
Constraints ( int _Size ) : System
SetConstraint ( int _Index, double _Min, double _Max ) : void

메소드 상세

Constraints() 공개 메소드

public Constraints ( int _Size ) : System
_Size int
리턴 System

SetConstraint() 공개 메소드

public SetConstraint ( int _Index, double _Min, double _Max ) : void
_Index int
_Min double
_Max double
리턴 void

프로퍼티 상세

m_Max 보호되어 있는 프로퍼티

protected Vector m_Max
리턴 Vector

m_Min 보호되어 있는 프로퍼티

protected Vector m_Min
리턴 Vector