C# 클래스 DebugVoronoiPlanes.DebuggerForm.cell_t.plane_t

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
m_index int
m_isClosing bool
m_isNatural bool
m_isValid bool
m_lines List
m_removedLines List
m_wsCenter float3
m_wsNormal float3
m_wsPosition float3

공개 메소드들

메소드 설명
Draw ( DebuggerForm _owner, bool _isSelected ) : void
Read ( BinaryReader _R ) : void
plane_t ( cell_t _owner ) : System

비공개 메소드들

메소드 설명
ComputeTangent ( ) : float3

메소드 상세

Draw() 공개 메소드

public Draw ( DebuggerForm _owner, bool _isSelected ) : void
_owner DebuggerForm
_isSelected bool
리턴 void

Read() 공개 메소드

public Read ( BinaryReader _R ) : void
_R System.IO.BinaryReader
리턴 void

plane_t() 공개 메소드

public plane_t ( cell_t _owner ) : System
_owner cell_t
리턴 System

프로퍼티 상세

m_index 공개적으로 프로퍼티

public int m_index
리턴 int

m_isClosing 공개적으로 프로퍼티

public bool m_isClosing
리턴 bool

m_isNatural 공개적으로 프로퍼티

public bool m_isNatural
리턴 bool

m_isValid 공개적으로 프로퍼티

public bool m_isValid
리턴 bool

m_lines 공개적으로 프로퍼티

public List m_lines
리턴 List

m_removedLines 공개적으로 프로퍼티

public List m_removedLines
리턴 List

m_wsCenter 공개적으로 프로퍼티

public float3 m_wsCenter
리턴 float3

m_wsNormal 공개적으로 프로퍼티

public float3 m_wsNormal
리턴 float3

m_wsPosition 공개적으로 프로퍼티

public float3 m_wsPosition
리턴 float3