C# 클래스 touchvg.core.mgbase

상속: global::System.IDisposable
파일 보기 프로젝트 열기: rhcad/touchvg-v0.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
deg2Dms ( float angle ) : float
deg2Rad ( float deg ) : float
dms2Deg ( float angle ) : float
getDiffAngle ( float fromAngle, float toAngle ) : float
getGcd ( int x, int y ) : int
getMidAngle ( float fromAngle, float toAngle ) : float
mgbase ( ) : System
rad2Deg ( float rad ) : float
roundReal ( float value, int arg1 ) : float
to0_2PI ( float angle ) : float
toPI ( float angle ) : float
toRange ( float value, float tmin, float tmax ) : float

비공개 메소드들

메소드 설명
getCPtr ( mgbase obj ) : HandleRef
mgbase ( IntPtr cPtr, bool cMemoryOwn ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

deg2Dms() 공개 정적인 메소드

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

deg2Rad() 공개 정적인 메소드

public static deg2Rad ( float deg ) : float
deg float
리턴 float

dms2Deg() 공개 정적인 메소드

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

getDiffAngle() 공개 정적인 메소드

public static getDiffAngle ( float fromAngle, float toAngle ) : float
fromAngle float
toAngle float
리턴 float

getGcd() 공개 정적인 메소드

public static getGcd ( int x, int y ) : int
x int
y int
리턴 int

getMidAngle() 공개 정적인 메소드

public static getMidAngle ( float fromAngle, float toAngle ) : float
fromAngle float
toAngle float
리턴 float

mgbase() 공개 메소드

public mgbase ( ) : System
리턴 System

rad2Deg() 공개 정적인 메소드

public static rad2Deg ( float rad ) : float
rad float
리턴 float

roundReal() 공개 정적인 메소드

public static roundReal ( float value, int arg1 ) : float
value float
arg1 int
리턴 float

to0_2PI() 공개 정적인 메소드

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

toPI() 공개 정적인 메소드

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

toRange() 공개 정적인 메소드

public static toRange ( float value, float tmin, float tmax ) : float
value float
tmin float
tmax float
리턴 float

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool