C# Class CSharpGL.GeometryTypesHelper

Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
GetVertexCount ( this type ) : int

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

ToDrawMode ( this type ) : DrawMode

Method Details

GetVertexCount() public static méthode

Get vertex count of specified geometry's type.

returns -1 if type is PickingGeometryType.Polygon.

public static GetVertexCount ( this type ) : int
type this
Résultat int

ToDrawMode() public static méthode

public static ToDrawMode ( this type ) : DrawMode
type this
Résultat DrawMode