Public Member Functions | Public Attributes
nvidia::apex::VertexUV Struct Reference

a simple u, v coordinate struct More...

#include <RenderMeshAsset.h>

List of all members.

Public Member Functions

 VertexUV (float _u, float _v)
 Constructor.
 VertexUV (const float uv[])
 Constructor.
void set (float _u, float _v)
 Set coordinates.
void set (const float uv[])
 Set coordinates.
float & operator[] (int i)
 operator []
const float & operator[] (int i) const
 const operator []

Public Attributes

float u
 coordinate
float v
 coordinate

Detailed Description

a simple u, v coordinate struct


The documentation for this struct was generated from the following file:

Generated on Sat Dec 1 2018 15:52:10

Copyright © 2012-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.