C# 클래스 PMatrix, uProcessing

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

공개 프로퍼티들

프로퍼티 타입 설명
m Matrix4x4

공개 메소드들

메소드 설명
PMatrix ( ) : System.Collections
PMatrix ( Matrix4x4 source ) : System.Collections
PMatrix ( PMatrix, source ) : System.Collections
ToString ( ) : string
applay ( PMatrix, source ) : void
get ( ) : PMatrix,
getPosition ( ) : Vector3
getRotation ( ) : Quaternion
getScale ( ) : Vector3
invert ( ) : bool
mult ( Vector3 source ) : Vector3
mult ( Vector3 source, Vector3 target ) : Vector3
preApplay ( PMatrix, left ) : void
reset ( ) : void
scale ( Vector3 v ) : void
scale ( float x, float y, float z = 1.0f ) : void
set ( Matrix4x4 source ) : void
set ( PMatrix, source ) : void
set3x3 ( PMatrix, pm ) : void
transpose ( ) : void

메소드 상세

PMatrix() 공개 메소드

public PMatrix ( ) : System.Collections
리턴 System.Collections

PMatrix() 공개 메소드

public PMatrix ( Matrix4x4 source ) : System.Collections
source Matrix4x4
리턴 System.Collections

PMatrix() 공개 메소드

public PMatrix ( PMatrix, source ) : System.Collections
source PMatrix,
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

applay() 공개 메소드

public applay ( PMatrix, source ) : void
source PMatrix,
리턴 void

get() 공개 메소드

public get ( ) : PMatrix,
리턴 PMatrix,

getPosition() 공개 메소드

public getPosition ( ) : Vector3
리턴 Vector3

getRotation() 공개 메소드

public getRotation ( ) : Quaternion
리턴 Quaternion

getScale() 공개 메소드

public getScale ( ) : Vector3
리턴 Vector3

invert() 공개 메소드

public invert ( ) : bool
리턴 bool

mult() 공개 메소드

public mult ( Vector3 source ) : Vector3
source Vector3
리턴 Vector3

mult() 공개 메소드

public mult ( Vector3 source, Vector3 target ) : Vector3
source Vector3
target Vector3
리턴 Vector3

preApplay() 공개 메소드

public preApplay ( PMatrix, left ) : void
left PMatrix,
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

scale() 공개 메소드

public scale ( Vector3 v ) : void
v Vector3
리턴 void

scale() 공개 메소드

public scale ( float x, float y, float z = 1.0f ) : void
x float
y float
z float
리턴 void

set() 공개 메소드

public set ( Matrix4x4 source ) : void
source Matrix4x4
리턴 void

set() 공개 메소드

public set ( PMatrix, source ) : void
source PMatrix,
리턴 void

set3x3() 공개 메소드

public set3x3 ( PMatrix, pm ) : void
pm PMatrix,
리턴 void

transpose() 공개 메소드

public transpose ( ) : void
리턴 void

프로퍼티 상세

m 공개적으로 프로퍼티

public Matrix4x4 m
리턴 Matrix4x4