C# 클래스 MonoGdx.Geometry.Vector3Ext

파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
Project ( this vec, Matrix matrix ) : Vector3
Rotate ( this vec, Vector3 axis, float angle ) : Vector3

메소드 상세

Project() 공개 정적인 메소드

public static Project ( this vec, Matrix matrix ) : Vector3
vec this
matrix Matrix
리턴 Vector3

Rotate() 공개 정적인 메소드

public static Rotate ( this vec, Vector3 axis, float angle ) : Vector3
vec this
axis Vector3
angle float
리턴 Vector3