C# Class GraphicsEngine.Wavefront.Parsers.VertexNormalParser

Inheritance: TypeParserBase, IVertexNormalParser
Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string line ) : void
VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System

Method Details

Parse() public méthode

public Parse ( string line ) : void
line string
Résultat void

VertexNormalParser() public méthode

public VertexNormalParser ( IVertexNormalDataStore normalDataStore ) : System
normalDataStore IVertexNormalDataStore
Résultat System