C# Class VoronoiVisualizer.Form1.CellPolygon

Mostrar archivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Vertices float3[]

Public Methods

Method Description
CellPolygon ( float3 _P, float3 _N ) : System
Cut ( float3 _P, float3 _N ) : void

Method Details

CellPolygon() public method

public CellPolygon ( float3 _P, float3 _N ) : System
_P float3
_N float3
return System

Cut() public method

public Cut ( float3 _P, float3 _N ) : void
_P float3
_N float3
return void

Property Details

m_Vertices public_oe property

public float3[] m_Vertices
return float3[]