C# Class ThemeEditor.WPF.Markup.ObjMeshExtension.Vertex3D

Afficher le fichier Open project: usagirei/3DS-Theme-Editor

Méthodes publiques

Свойство Type Description
Normal System.Windows.Media.Media3D.Vector3D
Position System.Windows.Media.Media3D.Point3D
TexCoord System.Windows.Media.Media3D.Vector3D

Méthodes publiques

Méthode Description
Vertex3D ( System.Windows.Media.Media3D.Point3D p, System.Windows.Media.Media3D.Vector3D n, System.Windows.Media.Media3D.Vector3D u ) : System

Method Details

Vertex3D() public méthode

public Vertex3D ( System.Windows.Media.Media3D.Point3D p, System.Windows.Media.Media3D.Vector3D n, System.Windows.Media.Media3D.Vector3D u ) : System
p System.Windows.Media.Media3D.Point3D
n System.Windows.Media.Media3D.Vector3D
u System.Windows.Media.Media3D.Vector3D
Résultat System

Property Details

Normal public_oe property

public Vector3D,System.Windows.Media.Media3D Normal
Résultat System.Windows.Media.Media3D.Vector3D

Position public_oe property

public Point3D,System.Windows.Media.Media3D Position
Résultat System.Windows.Media.Media3D.Point3D

TexCoord public_oe property

public Vector3D,System.Windows.Media.Media3D TexCoord
Résultat System.Windows.Media.Media3D.Vector3D