Home
last modified time | relevance | path

Searched refs:POLY_OBJECT (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpoly.h47 #define POLY_OBJECT (STURM_OK_OBJECT) macro
H A Dpoly.cpp1387 INIT_OBJECT_FIELDS(New,POLY_OBJECT, &Poly_Methods); in Create_Poly()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpoly.h42 #define POLY_OBJECT (STURM_OK_OBJECT) macro
H A Dpoly.cpp1382 INIT_OBJECT_FIELDS(New,POLY_OBJECT, &Poly_Methods); in Create_Poly()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dpolynomial.h59 #define POLY_OBJECT (STURM_OK_OBJECT) macro
H A Dpolynomial.cpp1371 Poly::Poly(int order) : ObjectBase(POLY_OBJECT) in Poly()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dpoly.h44 #define POLY_OBJECT (STURM_OK_OBJECT) macro
H A Dpoly.cpp1405 Poly::Poly(int order) : ObjectBase(POLY_OBJECT) in Poly()
/dports/graphics/megapov/megapov-1.2.1/include/
H A Dmp_types.inc132 #declare POLY_OBJECT = 17;
167 #local T=((T=U)?is(_Id_,poly )?POLY_OBJECT :U:T);