C# Class DebugVoronoiPlanes.DebuggerForm.cell_t.plane_t.line_t

Mostra file Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_clipperPlaneIndex uint
m_planeIndices uint[]
m_vertices vertex_t[]
m_wsDirection float3
m_wsOrthoDirection float3
m_wsPosition float3

Public Methods

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

Method Details

Draw() public method

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

Read() public method

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

line_t() public method

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

Property Details

m_clipperPlaneIndex public_oe property

public uint m_clipperPlaneIndex
return uint

m_planeIndices public_oe property

public uint[] m_planeIndices
return uint[]

m_vertices public_oe property

public vertex_t[] m_vertices
return vertex_t[]

m_wsDirection public_oe property

public float3 m_wsDirection
return float3

m_wsOrthoDirection public_oe property

public float3 m_wsOrthoDirection
return float3

m_wsPosition public_oe property

public float3 m_wsPosition
return float3