C# 클래스 ThemeEditor.WPF.Markup.ObjMeshExtension.Vertex3D

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 프로퍼티들

프로퍼티 타입 설명
Normal System.Windows.Media.Media3D.Vector3D
Position System.Windows.Media.Media3D.Point3D
TexCoord System.Windows.Media.Media3D.Vector3D

공개 메소드들

메소드 설명
Vertex3D ( System.Windows.Media.Media3D.Point3D p, System.Windows.Media.Media3D.Vector3D n, System.Windows.Media.Media3D.Vector3D u ) : System

메소드 상세

Vertex3D() 공개 메소드

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
리턴 System

프로퍼티 상세

Normal 공개적으로 프로퍼티

public Vector3D,System.Windows.Media.Media3D Normal
리턴 System.Windows.Media.Media3D.Vector3D

Position 공개적으로 프로퍼티

public Point3D,System.Windows.Media.Media3D Position
리턴 System.Windows.Media.Media3D.Point3D

TexCoord 공개적으로 프로퍼티

public Vector3D,System.Windows.Media.Media3D TexCoord
리턴 System.Windows.Media.Media3D.Vector3D