C# 클래스 IrrlichtNETCP.NewMath

파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

공개 메소드들

메소드 설명
Ceiling ( decimal val ) : int
Ceiling ( double val ) : int
Ceiling ( float val ) : int
Equals ( float a, float b ) : bool
FCos ( double angle ) : float
FCos ( float angle ) : float
FSin ( double angle ) : float
FSin ( float angle ) : float
FTan ( double angle ) : float
FTan ( float angle ) : float
Floor ( decimal val ) : int
Floor ( double val ) : int
Floor ( float val ) : int
IsZero ( float a ) : bool
Lerp ( double a, double b, double t ) : double
Lerp ( float a, float b, float t ) : float
Sqr ( decimal a ) : decimal
Sqr ( double a ) : double
Sqr ( float a ) : float
Sqr ( int a ) : int
Sqr ( long a ) : long

메소드 상세

Ceiling() 공개 정적인 메소드

public static Ceiling ( decimal val ) : int
val decimal
리턴 int

Ceiling() 공개 정적인 메소드

public static Ceiling ( double val ) : int
val double
리턴 int

Ceiling() 공개 정적인 메소드

public static Ceiling ( float val ) : int
val float
리턴 int

Equals() 공개 정적인 메소드

public static Equals ( float a, float b ) : bool
a float
b float
리턴 bool

FCos() 공개 정적인 메소드

public static FCos ( double angle ) : float
angle double
리턴 float

FCos() 공개 정적인 메소드

public static FCos ( float angle ) : float
angle float
리턴 float

FSin() 공개 정적인 메소드

public static FSin ( double angle ) : float
angle double
리턴 float

FSin() 공개 정적인 메소드

public static FSin ( float angle ) : float
angle float
리턴 float

FTan() 공개 정적인 메소드

public static FTan ( double angle ) : float
angle double
리턴 float

FTan() 공개 정적인 메소드

public static FTan ( float angle ) : float
angle float
리턴 float

Floor() 공개 정적인 메소드

public static Floor ( decimal val ) : int
val decimal
리턴 int

Floor() 공개 정적인 메소드

public static Floor ( double val ) : int
val double
리턴 int

Floor() 공개 정적인 메소드

public static Floor ( float val ) : int
val float
리턴 int

IsZero() 공개 정적인 메소드

public static IsZero ( float a ) : bool
a float
리턴 bool

Lerp() 공개 정적인 메소드

public static Lerp ( double a, double b, double t ) : double
a double
b double
t double
리턴 double

Lerp() 공개 정적인 메소드

public static Lerp ( float a, float b, float t ) : float
a float
b float
t float
리턴 float

Sqr() 공개 정적인 메소드

public static Sqr ( decimal a ) : decimal
a decimal
리턴 decimal

Sqr() 공개 정적인 메소드

public static Sqr ( double a ) : double
a double
리턴 double

Sqr() 공개 정적인 메소드

public static Sqr ( float a ) : float
a float
리턴 float

Sqr() 공개 정적인 메소드

public static Sqr ( int a ) : int
a int
리턴 int

Sqr() 공개 정적인 메소드

public static Sqr ( long a ) : long
a long
리턴 long