Coords2d
Defines a two dimensional vector used to define a mesh's (u, v) texture coordinates.
template Coords2d
{
< F6F23F44-7686-11cf-8F52-0040333594A3 >
float u;
float v;
}
- u - u coordinate value.
- v - v coordinate value.
See also
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Defines a two dimensional vector used to define a mesh's (u, v) texture coordinates.
template Coords2d
{
< F6F23F44-7686-11cf-8F52-0040333594A3 >
float u;
float v;
}