CustomVertex.PositionNormalTextured.PositionNormalTextured Constructor
|
Language: |
Initializes a new instance of the CustomVertex.PositionNormalTextured class.
Definition
Visual Basic |
Public Sub New( _ ByVal pos As Vector3, _ ByVal nor As Vector3, _ ByVal u As Single, _ ByVal v As Single _ ) |
C# |
public PositionNormalTextured( Vector3 pos, Vector3 nor, float u, float v ); |
C++ |
public: PositionNormalTextured( Vector3 pos, Vector3 nor, float u, float v ); |
JScript |
public function PositionNormalTextured( pos : Vector3, nor : Vector3, u : float, v : float ); |
Parameters
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center