C# Class DebugVoronoiPlanes.DebuggerForm.cell_t.plane_t

Show file Open project: Patapom/GodComplex

Public Properties

Property Type Description
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

Public Methods

Method Description
Draw ( DebuggerForm _owner, bool _isSelected ) : void
Read ( BinaryReader _R ) : void
plane_t ( cell_t _owner ) : System

Private Methods

Method Description
ComputeTangent ( ) : float3

Method Details

Draw() public method

public Draw ( DebuggerForm _owner, bool _isSelected ) : void
_owner DebuggerForm
_isSelected bool
return void

Read() public method

public Read ( BinaryReader _R ) : void
_R System.IO.BinaryReader
return void

plane_t() public method

public plane_t ( cell_t _owner ) : System
_owner cell_t
return System

Property Details

m_index public property

public int m_index
return int

m_isClosing public property

public bool m_isClosing
return bool

m_isNatural public property

public bool m_isNatural
return bool

m_isValid public property

public bool m_isValid
return bool

m_lines public property

public List m_lines
return List

m_removedLines public property

public List m_removedLines
return List

m_wsCenter public property

public float3 m_wsCenter
return float3

m_wsNormal public property

public float3 m_wsNormal
return float3

m_wsPosition public property

public float3 m_wsPosition
return float3