HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_NSidedSubdivPatch.h File Reference
#include "GU_API.h"
#include <UT/UT_Vector.h>
#include <array>
+ Include dependency graph for GU_NSidedSubdivPatch.h:

Go to the source code of this file.

Classes

class  GU_NSidedSubdivPatchT< T >
 

Typedefs

using GU_NSidedSubdivPatchF = GU_NSidedSubdivPatchT< fpreal32 >
 
using GU_NSidedSubdivPatchD = GU_NSidedSubdivPatchT< fpreal64 >
 
using GU_NSidedSubdivPatchR = GU_NSidedSubdivPatchT< fpreal >
 
using GU_NSidedSubdivPatch = GU_NSidedSubdivPatchF
 

Functions

template<typename S >
UT_Vector3T< UT_Vector3T
< typename S::Real > > 
interpolatePatch (const S &s, int m, typename S::Real u, typename S::Real v)
 

Typedef Documentation

Function Documentation

template<typename S >
UT_Vector3T< UT_Vector3T<typename S::Real> > interpolatePatch ( const S &  s,
int  m,
typename S::Real  u,
typename S::Real  v 
)