C# 클래스 MaCRo.Core.SLAM.ts_scan_t

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

공개 프로퍼티들

프로퍼티 타입 설명
nb_points ushort
value ushort[]
x float[]

공개 메소드들

메소드 설명
ts_scan_t ( ) : System

비공개 메소드들

메소드 설명
initScan ( ) : void

메소드 상세

ts_scan_t() 공개 메소드

public ts_scan_t ( ) : System
리턴 System

프로퍼티 상세

nb_points 공개적으로 프로퍼티

public ushort nb_points
리턴 ushort

value 공개적으로 프로퍼티

public ushort[] value
리턴 ushort[]

x 공개적으로 프로퍼티

public float[] x
리턴 float[]