|
Definition at line 64 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_ANG4, and Teddy::Imports::LWSurface::readReflectionMapImageSeamAngle_ANG4_VX. |
|
Definition at line 61 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_COL12. |
|
Definition at line 60 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_COL4. |
|
|
Definition at line 65 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_FNAM0. |
|
|
Definition at line 51 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_I1. |
|
Definition at line 52 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_I2, and Teddy::Imports::LWSurface::readSpecularGlossiness_I2_4. |
|
Definition at line 53 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_I4. |
|
|
Definition at line 54 of file LWInstance.h. |
|
Definition at line 69 of file LWSceneParser.h. |
|
Definition at line 43 of file LWMotion.h. |
|
Definition at line 67 of file LWSceneParser.h. |
|
Definition at line 68 of file LWSceneParser.h. |
|
Definition at line 58 of file LWSurface.h. |
|
Definition at line 57 of file LWSurface.h. |
|
|
|
|
|
|
Definition at line 54 of file LWSceneFile.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file lwdef.h. Referenced by Teddy::Imports::LWFile::read_VEC12. |
|
|
Definition at line 37 of file LWSceneTokens.h. Referenced by Teddy::Imports::LWSceneFile::mapToken, Teddy::Imports::LWSceneParser::Plugin, Teddy::Imports::LWSceneFile::read_token, and Teddy::Imports::LWSceneParser::readFile. |
|
bez2() Interpolate the value of a BEZ2 curve. Definition at line 362 of file LWChannelEnvelope.cpp. |
|
Find the t for which bezier() returns the input time. The handle endpoints of a BEZ2 curve represent the control points, and these have (time, value) coordinates, so time is used as both a coordinate and a parameter for this curve type. Definition at line 339 of file LWChannelEnvelope.cpp. |
|
bezier() Interpolate the value of a 1D Bezier curve. Definition at line 313 of file LWChannelEnvelope.cpp. |
|
Format and return an ID string for requested IFF chunk ID. Memory for returned string is reused from static cyclic string buffer. Definition at line 43 of file LWFile.cpp. Referenced by Teddy::Imports::LWSurfaceBlok::applyImageMap, Teddy::Imports::LWModel::LWModel, Teddy::Imports::LWSurfaceBlok::processBlok, Teddy::Imports::LWLayer::processChunk, Teddy::Imports::LWClip::processClip, Teddy::Imports::LWSurface::processSubChunk, Teddy::Imports::LWSurfaceBlok::readTextureMap, and Teddy::Imports::LWLayer::vertexMapping_ID4_U2_S0_d. |
|
hermite() Calculate the Hermite coefficients. Definition at line 294 of file LWChannelEnvelope.cpp. |
|
Definition at line 448 of file LWChannelEnvelope.cpp. |
|
Definition at line 384 of file LWChannelEnvelope.cpp. |
|
range() Given the value v of a periodic function, returns the equivalent value v2 in the principal interval [lo, hi]. If i isn't NULL, it receives the number of wavelengths between v and v2. v2 = v - i * (hi - lo) For example, range( 3 pi, 0, 2 pi, i ) returns pi, with i = 1. Definition at line 271 of file LWChannelEnvelope.cpp. Referenced by Teddy::Imports::LWLight::setRange. |