Blender V2.61 - r43446
|
#include <subd_patch.h>
Public Member Functions | |
void | eval (float3 *P, float3 *dPdu, float3 *dPdv, float u, float v) |
bool | is_triangle () |
BoundBox | bound () |
Public Attributes | |
float3 | hull [4] |
Definition at line 41 of file subd_patch.h.
BoundBox LinearQuadPatch::bound | ( | ) | [virtual] |
Implements Patch.
Definition at line 94 of file subd_patch.cpp.
References BoundBox::grow(), hull, and i.
bool LinearQuadPatch::is_triangle | ( | ) | [inline, virtual] |
Implements Patch.
Definition at line 46 of file subd_patch.h.
Definition at line 43 of file subd_patch.h.
Referenced by bound(), eval(), SubdLinearBuilder::run(), and xml_read_patch().