Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BRDFLafortuneFitting
LevenbergMarquardt.Vector
C# 클래스 BRDFLafortuneFitting.LevenbergMarquardt.Vector
파일 보기
프로젝트 열기: Patapom/GodComplex
공개 프로퍼티들
프로퍼티
타입
설명
Size
int
m
double[]
공개 메소드들
메소드
설명
Dot
(
Vector
v
) :
double
Vector
(
Vector
_Source
) :
System
Vector
(
int
_Size
) :
System
operator
( ) :
Vector
operator
( ) :
double
this
(
int
i
) :
double
메소드 상세
Dot()
공개
메소드
public
Dot
(
Vector
v
) :
double
v
Vector
리턴
double
Vector()
공개
메소드
public
Vector
(
Vector
_Source
) :
System
_Source
Vector
리턴
System
Vector()
공개
메소드
public
Vector
(
int
_Size
) :
System
_Size
int
리턴
System
operator()
공개
정적인
메소드
public
static
operator
( ) :
Vector
리턴
Vector
operator()
공개
정적인
메소드
public
static
operator
( ) :
double
리턴
double
this()
공개
메소드
public
this
(
int
i
) :
double
i
int
리턴
double
프로퍼티 상세
Size
공개적으로 프로퍼티
public
int
Size
리턴
int
m
공개적으로 프로퍼티
public
double[]
m
리턴
double[]