C# 클래스 CloudPoint, UnityPointCloud

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

공개 메소드들

메소드 설명
ApplyTransform ( Matrix R, Vector, T ) : CloudPoint,
CloudPoint ( CloudPoint, o ) : System
CloudPoint ( Vector, location, Color32 color, Vector, normal ) : System
UnApplyTransform ( Matrix R, Vector, T ) : CloudPoint,

비공개 메소드들

메소드 설명
CalculateNormal ( C5 neighbors ) : void

메소드 상세

ApplyTransform() 공개 메소드

public ApplyTransform ( Matrix R, Vector, T ) : CloudPoint,
R Matrix
T Vector,
리턴 CloudPoint,

CloudPoint() 공개 메소드

public CloudPoint ( CloudPoint, o ) : System
o CloudPoint,
리턴 System

CloudPoint() 공개 메소드

public CloudPoint ( Vector, location, Color32 color, Vector, normal ) : System
location Vector,
color UnityEngine.Color32
normal Vector,
리턴 System

UnApplyTransform() 공개 메소드

public UnApplyTransform ( Matrix R, Vector, T ) : CloudPoint,
R Matrix
T Vector,
리턴 CloudPoint,