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

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

공개 프로퍼티들

프로퍼티 타입 설명
m_clipperPlaneIndex uint
m_planeIndices uint[]
m_vertices vertex_t[]
m_wsDirection float3
m_wsOrthoDirection float3
m_wsPosition float3

공개 메소드들

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

메소드 상세

Draw() 공개 메소드

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

Read() 공개 메소드

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

line_t() 공개 메소드

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

프로퍼티 상세

m_clipperPlaneIndex 공개적으로 프로퍼티

public uint m_clipperPlaneIndex
리턴 uint

m_planeIndices 공개적으로 프로퍼티

public uint[] m_planeIndices
리턴 uint[]

m_vertices 공개적으로 프로퍼티

public vertex_t[] m_vertices
리턴 vertex_t[]

m_wsDirection 공개적으로 프로퍼티

public float3 m_wsDirection
리턴 float3

m_wsOrthoDirection 공개적으로 프로퍼티

public float3 m_wsOrthoDirection
리턴 float3

m_wsPosition 공개적으로 프로퍼티

public float3 m_wsPosition
리턴 float3