C# Class DebugVoronoiPlanes.DebuggerForm

Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Свойство Type Description
m_MMF MemoryMappedFile
m_View MemoryMappedViewAccessor
m_cells List

Private Properties

Свойство Type Description
BuildQuad void
ComputeCheckSum ulong
FlashError float4
InitializeComponent void
Lerp float4
PrintFloat3 string
SelectedCellColor float4
SelectedLineColor float4
SelectedPlaneColor float4
SelectedVertexColor float4
buttonClean_Click void
buttonReload_Click void
integerTrackbarControlCell_ValueChanged void
integerTrackbarControlLine_ValueChanged void
integerTrackbarControlPlane_ValueChanged void
integerTrackbarControlVertex_ValueChanged void

Méthodes publiques

Méthode Description
DebuggerForm ( ) : System

Méthodes protégées

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawArrow ( float3 _start, float3 _end, float3 _ortho, float4 _color ) : void
DrawLine ( float3 _start, float3 _end, float3 _ortho, float _thickness, float4 _color ) : void
DrawPlane ( float3 _position, float3 _normal, float3 _tangent, float _sizeTop, float _sizeBottom, float _sizeY, float4 _color, bool _circle ) : void
DrawPoint ( float3 _position, float _size, float4 _color ) : void
OnFormClosed ( FormClosedEventArgs e ) : void
OnLoad ( EventArgs e ) : void
UpdateLineInfos ( ) : void
UpdatePlaneInfos ( ) : void
UpdatePlanes ( ) : void
UpdateVertexInfos ( ) : void

Private Methods

Méthode Description
BuildQuad ( ) : void
ComputeCheckSum ( byte _buffer, int _offset, ulong _length ) : ulong
FlashError ( float4 _in ) : float4
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Lerp ( float4 a, float4 b, float t ) : float4
PrintFloat3 ( float3 v ) : string
SelectedCellColor ( float4 _in ) : float4
SelectedLineColor ( float4 _in ) : float4
SelectedPlaneColor ( float4 _in ) : float4
SelectedVertexColor ( float4 _in ) : float4
buttonClean_Click ( object sender, EventArgs e ) : void
buttonReload_Click ( object sender, EventArgs e ) : void
integerTrackbarControlCell_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlLine_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlPlane_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlVertex_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void

Method Details

Application_Idle() protected méthode

protected Application_Idle ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Camera_CameraTransformChanged() protected méthode

protected Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

DebuggerForm() public méthode

public DebuggerForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DrawArrow() protected méthode

protected DrawArrow ( float3 _start, float3 _end, float3 _ortho, float4 _color ) : void
_start float3
_end float3
_ortho float3
_color float4
Résultat void

DrawLine() protected méthode

protected DrawLine ( float3 _start, float3 _end, float3 _ortho, float _thickness, float4 _color ) : void
_start float3
_end float3
_ortho float3
_thickness float
_color float4
Résultat void

DrawPlane() protected méthode

protected DrawPlane ( float3 _position, float3 _normal, float3 _tangent, float _sizeTop, float _sizeBottom, float _sizeY, float4 _color, bool _circle ) : void
_position float3
_normal float3
_tangent float3
_sizeTop float
_sizeBottom float
_sizeY float
_color float4
_circle bool
Résultat void

DrawPoint() protected méthode

protected DrawPoint ( float3 _position, float _size, float4 _color ) : void
_position float3
_size float
_color float4
Résultat void

OnFormClosed() protected méthode

protected OnFormClosed ( FormClosedEventArgs e ) : void
e FormClosedEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

UpdateLineInfos() protected méthode

protected UpdateLineInfos ( ) : void
Résultat void

UpdatePlaneInfos() protected méthode

protected UpdatePlaneInfos ( ) : void
Résultat void

UpdatePlanes() protected méthode

protected UpdatePlanes ( ) : void
Résultat void

UpdateVertexInfos() protected méthode

protected UpdateVertexInfos ( ) : void
Résultat void

Property Details

m_MMF protected_oe property

protected MemoryMappedFile m_MMF
Résultat MemoryMappedFile

m_View protected_oe property

protected MemoryMappedViewAccessor m_View
Résultat MemoryMappedViewAccessor

m_cells protected_oe property

protected List m_cells
Résultat List