C# 클래스 Meshellator.Viewer.Framework.Rendering.VertexTransformedPositionTexture

파일 보기 프로젝트 열기: tgjones/meshellator

공개 프로퍼티들

프로퍼티 타입 설명
Position Nexus.Point4D
TextureCoordinate Nexus.Point2D

공개 메소드들

메소드 설명
VertexTransformedPositionTexture ( Point4D position, Point2D textureCoordinate ) : System.Runtime.InteropServices

메소드 상세

VertexTransformedPositionTexture() 공개 메소드

public VertexTransformedPositionTexture ( Point4D position, Point2D textureCoordinate ) : System.Runtime.InteropServices
position Nexus.Point4D
textureCoordinate Nexus.Point2D
리턴 System.Runtime.InteropServices

프로퍼티 상세

Position 공개적으로 프로퍼티

public Point4D,Nexus Position
리턴 Nexus.Point4D

TextureCoordinate 공개적으로 프로퍼티

public Point2D,Nexus TextureCoordinate
리턴 Nexus.Point2D