C# Class WolfEngine.Vertex

Afficher le fichier Open project: emcf/WolfEngine

Méthodes publiques

Свойство Type Description
Pos2D Vector2f
Pos3D Vector3f

Méthodes publiques

Méthode Description
Vertex ( Vector3f pos3d, Vector2f pos2d ) : System

Method Details

Vertex() public méthode

public Vertex ( Vector3f pos3d, Vector2f pos2d ) : System
pos3d Vector3f
pos2d Vector2f
Résultat System

Property Details

Pos2D public_oe property

public Vector2f,WolfEngine Pos2D
Résultat Vector2f

Pos3D public_oe property

public Vector3f,WolfEngine Pos3D
Résultat Vector3f