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

Show file Open project: usagirei/3DS-Theme-Editor

Public Properties

Property Type Description
Normal System.Windows.Media.Media3D.Vector3D
Position System.Windows.Media.Media3D.Point3D
TexCoord System.Windows.Media.Media3D.Vector3D

Public Methods

Method 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 method

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
return System

Property Details

Normal public property

public Vector3D,System.Windows.Media.Media3D Normal
return System.Windows.Media.Media3D.Vector3D

Position public property

public Point3D,System.Windows.Media.Media3D Position
return System.Windows.Media.Media3D.Point3D

TexCoord public property

public Vector3D,System.Windows.Media.Media3D TexCoord
return System.Windows.Media.Media3D.Vector3D