C# 클래스 PoseSerializer, Navi

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

공개 프로퍼티들

프로퍼티 타입 설명
pos_x float
pos_y float
pos_z float
quat_w float
quat_x float
quat_y float
quat_z float

공개 메소드들

메소드 설명
Fill ( Vector3 v3, Quaternion q ) : void

Convenience method to fill the data for the struct

메소드 상세

Fill() 공개 메소드

Convenience method to fill the data for the struct
public Fill ( Vector3 v3, Quaternion q ) : void
v3 Vector3
q Quaternion
리턴 void

프로퍼티 상세

pos_x 공개적으로 프로퍼티

public float pos_x
리턴 float

pos_y 공개적으로 프로퍼티

public float pos_y
리턴 float

pos_z 공개적으로 프로퍼티

public float pos_z
리턴 float

quat_w 공개적으로 프로퍼티

public float quat_w
리턴 float

quat_x 공개적으로 프로퍼티

public float quat_x
리턴 float

quat_y 공개적으로 프로퍼티

public float quat_y
리턴 float

quat_z 공개적으로 프로퍼티

public float quat_z
리턴 float