C# 클래스 Fuji.MFVector

파일 보기 프로젝트 열기: TurkeyMan/fuji 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
forward MFVector
identity MFVector
one MFVector
right MFVector
up MFVector
x float
zero MFVector

공개 메소드들

메소드 설명
MFVector ( MFVector xyz, float w ) : System
MFVector ( float f ) : System
MFVector ( float x, float y, float z, float w ) : System

메소드 상세

MFVector() 공개 메소드

public MFVector ( MFVector xyz, float w ) : System
xyz MFVector
w float
리턴 System

MFVector() 공개 메소드

public MFVector ( float f ) : System
f float
리턴 System

MFVector() 공개 메소드

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

프로퍼티 상세

forward 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji forward
리턴 MFVector

identity 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji identity
리턴 MFVector

one 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji one
리턴 MFVector

right 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji right
리턴 MFVector

up 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji up
리턴 MFVector

x 공개적으로 프로퍼티

public float x
리턴 float

zero 공개적으로 정적으로 프로퍼티

public static MFVector,Fuji zero
리턴 MFVector