C# 클래스 kOS.Vector

상속: kOS.SpecialValue
파일 보기 프로젝트 열기: Nivekk/KOS 1 사용 예제들

공개 메소드들

메소드 설명
GetSuffix ( string suffixName ) : object
SetSuffix ( string suffixName, object value ) : bool
ToDirection ( ) : Direction
ToString ( ) : string
ToVector3D ( ) : Vector3d
TryOperation ( string op, object other, bool reverseOrder ) : object
Vector ( Vector3d init ) : System
Vector ( double x, double y, double z ) : System
Vector ( float x, float y, float z ) : System
operator ( ) : Vector

메소드 상세

GetSuffix() 공개 메소드

public GetSuffix ( string suffixName ) : object
suffixName string
리턴 object

SetSuffix() 공개 메소드

public SetSuffix ( string suffixName, object value ) : bool
suffixName string
value object
리턴 bool

ToDirection() 공개 메소드

public ToDirection ( ) : Direction
리턴 Direction

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToVector3D() 공개 메소드

public ToVector3D ( ) : Vector3d
리턴 Vector3d

TryOperation() 공개 메소드

public TryOperation ( string op, object other, bool reverseOrder ) : object
op string
other object
reverseOrder bool
리턴 object

Vector() 공개 메소드

public Vector ( Vector3d init ) : System
init Vector3d
리턴 System

Vector() 공개 메소드

public Vector ( double x, double y, double z ) : System
x double
y double
z double
리턴 System

Vector() 공개 메소드

public Vector ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector
리턴 Vector