lldefs.h File Reference

Various generic constant definitions. More...

#include "stdtypes.h"

Include dependency graph for lldefs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class LLDATATYPE>
LLDATATYPE llmax (const LLDATATYPE &d1, const LLDATATYPE &d2)
template<class LLDATATYPE>
LLDATATYPE llmax (const LLDATATYPE &d1, const LLDATATYPE &d2, const LLDATATYPE &d3)
template<class LLDATATYPE>
LLDATATYPE llmax (const LLDATATYPE &d1, const LLDATATYPE &d2, const LLDATATYPE &d3, const LLDATATYPE &d4)
template<class LLDATATYPE>
LLDATATYPE llmin (const LLDATATYPE &d1, const LLDATATYPE &d2)
template<class LLDATATYPE>
LLDATATYPE llmin (const LLDATATYPE &d1, const LLDATATYPE &d2, const LLDATATYPE &d3)
template<class LLDATATYPE>
LLDATATYPE llmin (const LLDATATYPE &d1, const LLDATATYPE &d2, const LLDATATYPE &d3, const LLDATATYPE &d4)
template<class LLDATATYPE>
LLDATATYPE llclamp (const LLDATATYPE &a, const LLDATATYPE &minval, const LLDATATYPE &maxval)
template<class LLDATATYPE>
LLDATATYPE llclampf (const LLDATATYPE &a)
template<class LLDATATYPE>
LLDATATYPE llclampb (const LLDATATYPE &a)

Variables

const U32 VX = 0
const U32 VY = 1
const U32 VZ = 2
const U32 VW = 3
const U32 VS = 3
const U32 VRED = 0
const U32 VGREEN = 1
const U32 VBLUE = 2
const U32 VALPHA = 3
const U32 INVALID_DIRECTION = 0xFFFFFFFF
const U32 EAST = 0
const U32 NORTH = 1
const U32 WEST = 2
const U32 SOUTH = 3
const U32 NORTHEAST = 4
const U32 NORTHWEST = 5
const U32 SOUTHWEST = 6
const U32 SOUTHEAST = 7
const U32 MIDDLE = 8
const U8 EAST_MASK = 0x1<<EAST
const U8 NORTH_MASK = 0x1<<NORTH
const U8 WEST_MASK = 0x1<<WEST
const U8 SOUTH_MASK = 0x1<<SOUTH
const U8 NORTHEAST_MASK = NORTH_MASK | EAST_MASK
const U8 NORTHWEST_MASK = NORTH_MASK | WEST_MASK
const U8 SOUTHWEST_MASK = SOUTH_MASK | WEST_MASK
const U8 SOUTHEAST_MASK = SOUTH_MASK | EAST_MASK
const U32 gDirOpposite [8] = {2, 3, 0, 1, 6, 7, 4, 5}
const U32 gDirAdjacent [8][2]
const S32 gDirAxes [8][2]
const S32 gDirMasks [8]
const U32 NO_SIDE = 0
const U32 FRONT_SIDE = 1
const U32 BACK_SIDE = 2
const U32 LEFT_SIDE = 3
const U32 RIGHT_SIDE = 4
const U32 TOP_SIDE = 5
const U32 BOTTOM_SIDE = 6
const U8 LL_SOUND_FLAG_NONE = 0x0
const U8 LL_SOUND_FLAG_LOOP = 1<<0
const U8 LL_SOUND_FLAG_SYNC_MASTER = 1<<1
const U8 LL_SOUND_FLAG_SYNC_SLAVE = 1<<2
const U8 LL_SOUND_FLAG_SYNC_PENDING = 1<<3
const U8 LL_SOUND_FLAG_QUEUE = 1<<4
const U8 LL_SOUND_FLAG_STOP = 1<<5
const U8 LL_SOUND_FLAG_SYNC_MASK = LL_SOUND_FLAG_SYNC_MASTER | LL_SOUND_FLAG_SYNC_SLAVE | LL_SOUND_FLAG_SYNC_PENDING
const U32 LL_MAX_PATH = 1024
const U32 STD_STRING_BUF_SIZE = 255
const U32 STD_STRING_STR_LEN = 254
const U32 MAX_STRING = STD_STRING_BUF_SIZE
const U32 MAXADDRSTR = 17


Detailed Description

Various generic constant definitions.

LicenseInfo
firstyear=2001&license=viewergpl

Copyright (c) 2001-2008, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file lldefs.h.


Function Documentation

template<class LLDATATYPE>
LLDATATYPE llclamp ( const LLDATATYPE &  a,
const LLDATATYPE &  minval,
const LLDATATYPE &  maxval 
) [inline]

Definition at line 219 of file lldefs.h.

Referenced by LLLayoutStack::addPanel(), LLTabContainer::addTabPanel(), LLViewerImage::addTextureStats(), LLFloaterWorldMap::adjustZoomSliderBounds(), LLPanelDisplay::applyResolution(), LLDrawPoolAvatar::beginFootShadow(), calc_desired_size(), LLAgent::calcCameraFOVZoomFactor(), LLAgent::calcCameraPositionTargetGlobal(), LLViewerImage::calcDecodePriority(), LLViewerJointAttachment::calcLOD(), LLAgent::cameraOrbitIn(), LLAgent::cameraOrbitOver(), LLAgent::cameraZoomIn(), LLScrollbar::changeLine(), clamp_rescale(), LLRectBase< float >::clampPointToRect(), LLGLImmediate::color4f(), LLVOVolume::computeLODDetail(), LLImageGL::createGLTexture(), LLImageTGA::decodeColorMapPixel15(), LLImageTGA::decodeColorMapPixel24(), LLImageTGA::decodeColorMapPixel32(), LLImageTGA::decodeColorMapPixel8(), LLManipScale::dragCorner(), LLManipScale::dragFace(), LLTextureBar::draw(), LLHorizontalCompass::draw(), LLFastTimerView::draw(), LLConsole::draw(), LLTracker::drawHUDArrow(), LLTracker::drawMarker(), LLWorldMapView::drawTracking(), LLWorldMapView::drawTrackingArrow(), LLViewerRegion::dumpCache(), encode_vorbis_file(), LLSurfacePatch::eval(), F32_TO_STRING(), F32_to_U16(), F32_to_U16_ROUND(), F32_to_U8(), F32_to_U8_ROUND(), LLFolderView::filter(), LLSaleInfo::fromLLSD(), LLPolyVertexMask::generateMask(), LLVLComposition::generateTexture(), LLVOVolume::getBinRadius(), LLScrollListCtrl::getColumnIndexFromOffset(), LLTextEditor::getCursorPosFromLocalCoord(), LLMatrix3::getEulerAngles(), LLCriticalDamp::getInterpolant(), LLTextEditor::getLineStart(), LLViewerImageList::getMaxVideoRamSetting(), LLImageDXT::getMipOffset(), LLNotifyBox::getNotifyTipRect(), LLManip::getSubdivisionLevel(), LLVOVolume::getTextureVirtualSize(), LLViewerThrottle::getThrottleGroup(), LLPanelObject::getVolumeParams(), gl_segmented_rect_2d_fragment_tex(), LLResizeBar::handleDoubleClick(), LLManipTranslate::handleHover(), LLFloaterColorPicker::handleHover(), LLSlider::handleHover(), LLScrollbar::handleHover(), LLResizeHandle::handleHover(), LLResizeBar::handleHover(), LLMultiSlider::handleHover(), LLMenuGL::handleHover(), LLLineEditor::handleHover(), LLToolBrushLand::handleMouseDown(), LLTabContainer::handleMouseDown(), LLManipTranslate::handleMouseDownOnPart(), LLFastTimerView::handleRightMouseDown(), LLNetMap::handleScrollWheel(), LLFastTimerView::handleScrollWheel(), LLAppViewer::idle(), idle_startup(), LLVOAvatar::idleUpdate(), LLSaleInfo::importFile(), LLSaleInfo::importLegacyStream(), initGridChoice(), LLFloaterColorPicker::initUI(), LLWearable::isDirty(), LLOverlayBar::layoutButtons(), ll_sale_info_from_sd(), LLGLSSpecular::LLGLSSpecular(), LLSaleInfo::LLSaleInfo(), LLScrollListColumn::LLScrollListColumn(), LLAppViewer::mainLoop(), LLToolBrushLand::modifyLandInSelectionGlobal(), LLSnapshotLivePreview::onIdle(), LLUIImageList::onUIImageLoaded(), LLFlyAdjustMotion::onUpdate(), LLWalkAdjustMotion::onUpdate(), LLKeyframeMotionParam::onUpdate(), LLEyeMotion::onUpdate(), LLHandMotion::onUpdate(), LLDataPacker::packFixed(), LLPrimitive::packTEMessage(), LLImagePreviewSculpted::pan(), LLImagePreviewAvatar::pan(), LLPreviewAnimation::pan(), LLVisualParamInfo::parseXml(), LLViewerWindow::performPick(), LLPanelAvatar::processAvatarPropertiesReply(), LLViewerImage::processTextureStats(), LLViewerWindow::rawSnapshot(), LLTextEditor::removeTextFromEnd(), LLPipeline::renderBloom(), LLViewerParcelMgr::renderCollisionSegments(), LLDrawPoolWLSky::renderHeavenlyBodies(), LLSelectNode::renderOneSilhouette(), LLViewerParcelOverlay::renderPropertyLines(), LLManipTranslate::renderSnapGuides(), LLManipScale::renderSnapGuides(), LLDrawPoolSky::renderSunHalo(), LLSurface::resolvePatchRegion(), LLWorld::resolveStepHeightGlobal(), LLImagePreviewSculpted::rotate(), LLImagePreviewAvatar::rotate(), LLPreviewAnimation::rotate(), LLScrollableContainerView::scrollToShowRect(), LLScrollListCtrl::selectItemRange(), LLTabContainer::selectTab(), LLFlexibleObjectData::setAirFriction(), LLVisualParam::setAnimationTarget(), LLFollowCamParams::setBehindnessAngle(), LLFollowCamParams::setBehindnessLag(), LLLocalIDHashMapIter< DATA_TYPE, SIZE >::setBin(), LLPartSysData::setBurstRadius(), LLPartSysData::setBurstSpeedMax(), LLPartSysData::setBurstSpeedMin(), LLLineEditor::setCursor(), LLTextEditor::setCursorPos(), LLLightParams::setCutoff(), LLImageGL::setDiscardLevel(), LLFollowCamParams::setDistance(), LLScrollbar::setDocParams(), LLScrollbar::setDocPos(), LLScrollbar::setDocSize(), LLLightParams::setFalloff(), LLFollowCamParams::setFocusLag(), LLFollowCamParams::setFocusThreshold(), LLAudioSourceVO::setGain(), LLAudioSource::setGain(), LLFlexibleObjectData::setGravity(), LLAudioEngine_FMOD::setInternalGain(), LLAudioEngine_FMOD::setInternetStreamGain(), LLSliderCtrl::setLabelArg(), LLMultiSliderCtrl::setLabelArg(), LLPipeline::setLightingDetail(), LLPartData::setMaxAge(), LLScrollbar::setPageSize(), LLTabContainer::setPanelTitle(), LLPartSysData::setPartAccel(), LLProgressView::setPercent(), LLCircuitData::setPingDelay(), LLFollowCamParams::setPitch(), LLFollowCamParams::setPositionLag(), LLFollowCamParams::setPositionThreshold(), LLKeyframeMotion::setPriority(), LLLightParams::setRadius(), LLSaleInfo::setSalePrice(), LLLineEditor::setSelection(), LLFlexibleObjectData::setSimulateLOD(), LLVolumeParams::setSkew(), LLMultiSlider::setSliderValue(), LLAgent::setStartPosition(), LLTabContainer::setTabImage(), LLFlexibleObjectData::setTension(), LLLineEditor::setTextPadding(), setup_hud_matrices(), LLPipeline::setupHWLights(), LLVoiceClient::setUserVolume(), LLSlider::setValue(), LLTexParamColor::setWeight(), LLTexLayerParamAlpha::setWeight(), LLDriverParam::setWeight(), LLVisualParam::setWeight(), LLFlexibleObjectData::setWindSensitivity(), LLPreviewAnimation::setZoom(), LLVOAvatar::shame(), LLComboBox::showList(), LLManipScale::stretchFace(), LLFloaterWorldMap::trackURL(), LLSaleInfo::unpackMessage(), LLSaleInfo::unpackMultiMessage(), LLThrottleGroup::unpackThrottle(), update_fov(), LLAgent::updateCamera(), LLVOAvatar::updateCharacter(), LLViewerImage::updateClass(), LLPreviewTexture::updateDimensions(), LLVOSky::updateFog(), LLPipeline::updateGeom(), LLCriticalDamp::updateInterpolants(), LLViewerImageList::updateMaxResidentTexMem(), LLViewerPartSim::updatePartBurstRate(), LLViewerPartGroup::updateParticles(), LLHUDText::updateScreenPos(), LLVOWLSky::updateStarColors(), LLScrollbar::updateThumbRect(), LLDrawable::updateXform(), LLFloaterAnimPreview::validateEaseIn(), LLFloaterAnimPreview::validateEaseOut(), LLImagePreviewSculpted::zoom(), and LLImagePreviewAvatar::zoom().

template<class LLDATATYPE>
LLDATATYPE llclampb ( const LLDATATYPE &  a  )  [inline]

Definition at line 239 of file lldefs.h.

References llmax(), and llmin().

Referenced by LLImageTGA::decodeAndProcess(), LLBumpImageList::onSourceLoaded(), and LLColor4::operator const LLColor4U().

Here is the call graph for this function:

Here is the caller graph for this function:

template<class LLDATATYPE>
LLDATATYPE llclampf ( const LLDATATYPE &  a  )  [inline]

Definition at line 233 of file lldefs.h.

References llmax(), and llmin().

Referenced by cubic_step(), LLImageTGA::decodeAndProcess(), LLTexGlobalColor::getColor(), LLVolumeParams::reduceS(), LLVolumeParams::reduceT(), LLParcel::setDiscountRate(), and LLAgent::updateCamera().

Here is the call graph for this function:

Here is the caller graph for this function:

template<class LLDATATYPE>
LLDATATYPE llmax ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2,
const LLDATATYPE &  d3,
const LLDATATYPE &  d4 
) [inline]

Definition at line 190 of file lldefs.h.

References llmax(), r1, and r2.

Here is the call graph for this function:

template<class LLDATATYPE>
LLDATATYPE llmax ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2,
const LLDATATYPE &  d3 
) [inline]

Definition at line 183 of file lldefs.h.

References llmax(), and r.

Here is the call graph for this function:

template<class LLDATATYPE>
LLDATATYPE llmax ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2 
) [inline]

Definition at line 177 of file lldefs.h.

Referenced by LLMotionController::activateMotionInstance(), LLVOAvatar::addBakedTextureStats(), LLScrollingPanelList::addPanel(), LLBBoxLocal::addPoint(), LLBBox::addPointLocal(), LLPipeline::addTrianglesDrawn(), LLFloaterView::adjustToFitScreen(), LLViewerTextureAnim::animateTextures(), LLKeyframeMotion::applyConstraint(), LLFeatureManager::applyRecommendedSettings(), LLFloater::applyRectControl(), LLFolderView::arrange(), LLFolderViewFolder::arrange(), LLFolderViewItem::arrange(), LLMenuGL::arrange(), LLAgent::autoPilot(), LLInventoryModel::backgroundFetch(), LLVOSky::calcAtmospherics(), LLAgent::calcCameraFOVZoomFactor(), LLAgent::calcCameraPositionTargetGlobal(), LLScrollListCtrl::calcColumnWidths(), LLImageFormatted::calcDataSize(), LLImageJ2C::calcDataSizeJ2C(), LLViewerWindow::calcDisplayScale(), LLAgent::calcFocusOffset(), LLImageDXT::calcHeaderSize(), LLViewerJointAttachment::calcLOD(), LLLayoutStack::calcMinExtents(), LLVOSky::calcSkyColorInDir(), LLVOSky::calcSkyColorWLVert(), LLGlobalEconomy::calculateLightRent(), LLAgent::cameraOrbitIn(), LLAgent::cameraZoomIn(), LLSpatialGroup::changeLOD(), LLTextEditor::changePage(), LLImageDXT::checkMinWidthHeight(), LLCircuitData::checkPacketInID(), color_max(), LLAlertDialog::createDialog(), LLPipeline::createGLBuffers(), LLView::createRect(), LLHTTPAssetStorage::curlDownCallback(), LLViewerImageList::decodeAllImages(), LLTextureCacheRemoteWorker::doRead(), LLTextureFetchWorker::doWork(), LLTextureCacheRemoteWorker::doWrite(), LLManipScale::dragCorner(), LLToolSelectRect::draw(), LLStatGraph::draw(), LLMemoryView::draw(), LLHoverView::draw(), LLFrameStatView::draw(), LLFastTimerView::draw(), LLConsole::draw(), LLScrollListSeparator::draw(), LLPieMenu::draw(), LLLineEditor::draw(), draw_shockwave(), LLTextEditor::drawClippedSegment(), LLTextEditor::drawCursor(), LLScrollListCtrl::drawItems(), LLTextEditor::drawSelectionBackground(), LLTextEditor::drawText(), LLWorldMapView::drawTrackingCircle(), LLThrottleGroup::dynamicAdjust(), fastMagnitude(), LLFloaterView::findNeighboringPosition(), LLMessageSystem::flushSemiReliable(), LLNameListCtrl::fromXML(), LLScrollListCtrl::fromXML(), LLLayoutStack::fromXML(), LLVLComposition::generateHeights(), LLSurface::generateWaterTexture(), LLSphere::getBoundingSphere(), LLLayoutStack::getDefaultHeight(), LLLayoutStack::getDefaultWidth(), LLScrollbar::getDocPosMax(), LLTextureFetch::getFetchState(), LLParticlePartition::getGeometry(), LLFace::getGeometryVolume(), LLHeavenBody::getHaloBrighness(), LLFolderViewItem::getItemHeight(), LLStat::getMaxPerSec(), LLViewerObject::getMaxScale(), LLViewerImageList::getMaxVideoRamSetting(), LLCircuitData::getPingDelayAveraged(), LLTextEditor::getPos(), LLLineEditor::getPreeditLocation(), LLTextEditor::getPreviousSegment(), LLTextEditor::getSelectedSegments(), LLManip::getSubdivisionLevel(), LLViewerLayer::getValueScaled(), LLDrawable::getVisibilityRadius(), gl_draw_scaled_image_with_border(), gl_segmented_rect_2d_fragment_tex(), LLMultiFloater::growToFit(), handleCompositeLimitChanged(), LLToolsLookAtSelection::handleEvent(), handleFogRatioChanged(), LLTextEditor::handleNavigationKey(), LLToolSelectRect::handleRectangleSelection(), LLLineEditor::handleSpecialKey(), LLManipRotate::highlightManipulators(), LLAppViewer::idleShutdown(), LLVOAvatar::idleUpdate(), LLTabContainer::insertTuple(), LLRectBase< float >::intersectWith(), llclampb(), llclampf(), LLColumnHeader::LLColumnHeader(), llmax(), LLViewerWindow::LLViewerWindow(), LLViewerJoystick::moveAvatar(), LLViewerJoystick::moveFlycam(), LLViewerJoystick::moveObjects(), LLWalkAdjustMotion::onActivate(), LLSpinCtrl::onDownBtn(), LLComboBox::onTextEntry(), LLEyeMotion::onUpdate(), LLMenuItemBranchGL::openMenu(), LLBVHLoader::optimize(), pack_instant_message_block(), LLPieMenu::pieItemFromXY(), LLCubeMap::project(), pulse_func(), LLViewerWindow::rawSnapshot(), ray_cylinder(), LLVFSThread::read(), LLVolumeGeometryManager::registerFace(), LLConsole::removeExtraLines(), LLFixedBuffer::removeExtraLines(), LLDrawPoolGround::render(), LLFontGL::render(), LLTracker::renderBeacon(), LLPipeline::renderBloom(), LLManipTranslate::renderGrid(), LLHUDIcon::renderIcon(), LLViewerParcelMgr::renderOneSegment(), LLViewerWindow::renderSelections(), LLSelectMgr::renderSilhouettes(), LLManipTranslate::renderSnapGuides(), LLManipScale::renderSnapGuides(), LLHUDText::renderText(), LLCircuitData::resendUnackedPackets(), LLFolderView::reshape(), LLConsole::reshape(), LLCheckBoxCtrl::reshape(), sanitize_corners(), LLTabContainer::scrollPrev(), LLFolderView::scrollToShowItem(), LLScrollableContainerView::scrollToShowRect(), LLMessageSystem::sendReliable(), LLMessageSystem::sendSemiReliable(), LLXferManager::setAckThrottleBPS(), LLComboBox::setButtonVisible(), LLAgent::setCameraPosAndFocusGlobal(), LLAlertDialog::setCheckBox(), LLLineEditor::setCursor(), LLInventoryFilter::setDateRange(), LLKeyframeMotion::setEaseIn(), LLKeyframeMotion::setEaseOut(), LLHUDText::setMass(), LLLineEditor::setMaxTextLength(), LLUploadDialog::setMessage(), LLCircuitData::setPingDelay(), LLVOAvatar::setPixelAreaAndAngle(), LLShaderMgr::setShaders(), LLKeyframeMotion::setStopTime(), LLVOSky::setSunDirection(), settings_to_globals(), setup_hud_matrices(), LLPipeline::setupHWLights(), LLColor4U::setVecScaleClamp(), LLDrawPoolWater::shade(), LLColumnHeader::showList(), LLComboBox::showList(), LLAgent::startAutoPilotGlobal(), LLFolderView::startRenamingSelectedItem(), LLKeyThrottle< T >::throttleAction(), LLView::translateIntoRect(), LLRectBase< float >::unionWith(), LLPartSysData::unpack(), LLTextureAnim::unpackTAMessage(), LLWaterParamManager::update(), LLViewerPartSourceChat::update(), LLViewerPartSourceBeam::update(), LLViewerPartSourceSpiral::update(), LLViewerPartSourceScript::update(), LLInterpLinear< Type >::update(), LLSurfacePatch::updateCameraDistanceRegion(), LLViewerCamera::updateCameraLocation(), LLVOAvatar::updateCharacter(), LLScrollListCtrl::updateColumns(), LLSurfacePatch::updateCompositionStats(), LLPreviewTexture::updateDimensions(), LLViewerThrottle::updateDynamicThrottle(), LLViewerImage::updateFetch(), LLVOSky::updateFog(), LLPipeline::updateGeom(), LLVOPartGroup::updateGeometry(), LLVOAvatar::updateHeadOffset(), LLVOSky::updateHeavenlyBodyGeometry(), LLViewerImageList::updateImages(), LLLayoutStack::updateLayout(), LLComboBox::updateLayout(), LLScrollListCtrl::updateLineHeight(), LLScrollListCtrl::updateLineHeightInsert(), LLVOGrass::updateLOD(), LLViewerImageList::updateMaxResidentTexMem(), LLMotionController::updateMotion(), LLViewerPartSim::updatePartBurstRate(), LLAudioSource::updatePriority(), LLCloudGroup::updatePuffCount(), LLCloudGroup::updatePuffs(), LLVOSky::updateReflectionGeometry(), LLVOAvatar::updateRegion(), LLMultiFloater::updateResizeLimits(), LLScreenClipRect::updateScissorRegion(), LLHUDText::updateScreenPos(), LLHUDText::updateSize(), LLManipScale::updateSnapGuides(), LLVOVolume::updateTextures(), LLScrollbar::updateThumbRect(), LLSurfacePatch::updateVerticalStats(), LLWorldMapView::updateVisibleBlocks(), and LLColumnHeader::userSetShape().

template<class LLDATATYPE>
LLDATATYPE llmin ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2,
const LLDATATYPE &  d3,
const LLDATATYPE &  d4 
) [inline]

Definition at line 211 of file lldefs.h.

References llmin(), r1, and r2.

Here is the call graph for this function:

template<class LLDATATYPE>
LLDATATYPE llmin ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2,
const LLDATATYPE &  d3 
) [inline]

Definition at line 204 of file lldefs.h.

References llmin(), and r.

Here is the call graph for this function:

template<class LLDATATYPE>
LLDATATYPE llmin ( const LLDATATYPE &  d1,
const LLDATATYPE &  d2 
) [inline]

Definition at line 198 of file lldefs.h.

Referenced by LLVOAvatar::addBakedTextureStats(), LLColor4U::addClampMax(), LLVOAvatar::addLocalTextureStats(), LLBBoxLocal::addPoint(), LLBBox::addPointLocal(), LLPipeline::addTrianglesDrawn(), LLFloaterView::adjustToFitScreen(), LLFloaterWorldMap::adjustZoomSliderBounds(), LLViewerTextureAnim::animateTextures(), LLKeyframeMotion::applyConstraint(), LLFeatureManager::applyRecommendedSettings(), LLObjectSelection::applyToTEs(), LLMenuGL::arrange(), LLInventoryModel::backgroundFetch(), LLToolDragAndDrop::beginMultiDrag(), LLDrawPoolAvatar::beginSkinned(), LLJointStateBlender::blendJointStates(), LLSpatialGroup::buildOcclusion(), LLAgent::calcCameraMinDistance(), LLAgent::calcCustomizeAvatarUIOffset(), LLViewerWindow::calcDisplayScale(), LLAgent::calcFocusOffset(), LLAgent::cameraOrbitIn(), LLAgent::cameraZoomIn(), LLFontGL::charFromPixelOffset(), LLViewerJointAttachment::clampObjectPosition(), color_min(), LLTextEditor::copy(), LLLineEditor::copy(), LLStringBase< T >::copy(), LLBufferArray::copyIntoBuffers(), LLPrimitive::copyTEs(), LLPipeline::createGLBuffers(), LLHeapBuffer::createSegment(), LLHTTPAssetStorage::curlDownCallback(), curlReadCallback(), LLHTTPAssetStorage::curlUpCallback(), LLTextEditor::cut(), LLLineEditor::cut(), LLTextEditor::deleteSelection(), LLLineEditor::deleteSelection(), display(), LLViewerImage::doLoadedCallbacks(), LLTextureCacheRemoteWorker::doRead(), LLManipRotate::dragConstrained(), LLManipScale::dragCorner(), LLToolDragAndDrop::dragOrDrop(), LLVoiceRemoteCtrl::draw(), LLToolSelectRect::draw(), LLStatGraph::draw(), LLFrameStatView::draw(), LLPanelVoiceDeviceSettings::draw(), LLSnapshotLivePreview::draw(), LLFastTimerView::draw(), LLConsole::draw(), LLTabContainer::draw(), LLScrollableContainerView::draw(), LLLineEditor::draw(), LLButton::draw(), LLTextEditor::drawClippedSegment(), LLTextEditor::drawSelectionBackground(), LLTextEditor::drawText(), LLWorldMapView::drawTrackingCircle(), fastMagnitude(), LLColumnHeader::findSnapEdge(), LLVorbisDecodeState::finishDecode(), LLFontGL::firstDrawableChar(), LLScrollListCtrl::fitContents(), LLSpinCtrl::fromXML(), LLOctreeCull::frustumCheck(), LLOctreeCull::frustumCheckObjects(), LLVLComposition::generateComposition(), LLVLComposition::generateHeights(), LLPipeline::generateImpostor(), LLVLComposition::generateTexture(), LLPipeline::generateWaterReflection(), LLSurface::generateWaterTexture(), LLVOVolume::getBinRadius(), LLSphere::getBoundingSphere(), LLAgent::getCameraZoomFraction(), LLTextEditor::getCursorPosFromLocalCoord(), LLHeavenBody::getHaloBrighness(), LLDrawable::getIntensity(), LLViewerImageList::getMaxVideoRamSetting(), LLGroupRoleData::getMembersInRole(), LLStat::getMinDuration(), LLManipTranslate::getMinGridScale(), LLStat::getMinPerSec(), LLViewerObject::getMinScale(), LLCircuitData::getPingDelayAveraged(), LLTextEditor::getPos(), LLLineEditor::getPreeditLocation(), LLTextEditor::getSelectedSegments(), LLTextEditor::getSelectionRange(), LLLineEditor::getSelectionRange(), LLViewerLayer::getValueScaled(), LLDataPackerAsciiFile::getValueStr(), LLDataPackerAsciiBuffer::getValueStr(), gl_corners_2d(), gl_segmented_rect_2d_fragment_tex(), gl_segmented_rect_2d_tex(), handleCompositeLimitChanged(), LLFileUploadBulk::handleEvent(), handleFogRatioChanged(), LLTextEditor::handleNavigationKey(), LLViewerWindow::handlePerFrameHover(), LLToolSelectRect::handleRectangleSelection(), LLFastTimerView::handleScrollWheel(), LLLineEditor::handleSpecialKey(), LLVOAvatar::idleUpdate(), LLCacheName::importFile(), LLTextEditor::indentSelectedLines(), LLTextureCache::initCache(), LLAppViewer::initCache(), LLGLManager::initGL(), LLVOWLSky::initStars(), LLRectBase< float >::intersectWith(), llclampb(), llclampf(), LLHUDEffectBeam::LLHUDEffectBeam(), llmin(), LLStringTableEntry::LLStringTableEntry(), LLFont::loadFace(), LLShaderMgr::loadShadersAvatar(), LLShaderMgr::loadShadersWater(), LLTabContainer::lockTabs(), LLAppViewer::mainLoop(), LLRectBase< float >::makeValid(), LLFeatureList::maskList(), LLViewerJoystick::moveAvatar(), LLViewerJoystick::moveFlycam(), LLViewerJoystick::moveObjects(), LLManip::nearestPointOnLineFromMouse(), LLComboBox::onTextEntry(), LLSpinCtrl::onUpBtn(), LLWalkAdjustMotion::onUpdate(), LLKeyframeMotion::onUpdate(), pack_instant_message_block(), LLMimeParser::Impl::parseHeaders(), LLToolDragAndDrop::pickCallback(), LLFloaterNameDesc::postBuild(), LLIOASCIIFuzz::process_impl(), LLIOFuzz::process_impl(), LLViewerImage::processTextureStats(), LLCubeMap::project(), LLSky::propagateHeavenlyBodies(), LLViewerWindow::rawSnapshot(), LLBufferArray::readAfter(), LLHTTPAssetRequest::readCompressedData(), LLImageBase::reallocateData(), LLVolumeGeometryManager::rebuildGeom(), LLStatusBar::refresh(), LLPanelLandObjects::refresh(), LLPanelActiveSpeakers::refreshSpeakers(), LLTabContainer::removeTabPanel(), LLWebBrowserTexture::render(), LLDrawPoolSky::render(), LLFontGL::render(), LLTracker::renderBeacon(), LLPipeline::renderBloom(), LLHUDIcon::renderIcon(), LLManipTranslate::renderSnapGuides(), LLManipScale::renderSnapGuides(), LLHUDText::renderText(), LLConsole::reshape(), LLDragHandleTop::reshapeTitleBox(), LLWebBrowserTexture::resize(), LLVertexBuffer::resizeBuffer(), sanitize_corners(), LLSnapshotLivePreview::savePostcard(), LLImageRaw::scale(), LLMimeParser::Impl::scanPastContent(), LLMimeParser::Impl::scanPastSeparator(), LLTabContainer::scrollNext(), LLFolderView::scrollToShowItem(), LLScrollableContainerView::scrollToShowRect(), LLFolderView::search(), LLBufferArray::seek(), LLTextEditor::selectionContainsLineBreaks(), LLTextEditor::selectNext(), LLTabContainer::selectTab(), LLMessageSystem::sendMessage(), LLXfer::sendPacket(), LLAgent::setCameraZoomFraction(), LLFolderViewFolder::setCompletedFilterGeneration(), LLLineEditor::setCursor(), LLAssetInfo::setDescription(), LLWorldMapView::setDirectionPos(), LLNetMap::setDirectionPos(), LLPartData::setEndScale(), LLDragHandle::setMaxTitleWidth(), LLViewerImage::setMinDiscardLevel(), LLInventoryFilter::setModified(), LLAssetInfo::setName(), LLSpeakerMgr::setSpeaker(), LLPartData::setStartScale(), LLLineEditor::setText(), LLVOAvatar::shame(), LLComboBox::showList(), LLXferManager::startPendingDownloads(), LLFolderView::startRenamingSelectedItem(), LLVFile::threadPri(), LLRectBase< float >::unionWith(), LLHUDEffectBeam::unpackData(), LLIMInfo::unpackMessageBlock(), LLURLRequest::upCallback(), LLViewerPartSourceChat::update(), LLViewerPartSourceBeam::update(), LLViewerPartSourceSpiral::update(), LLViewerPartSourceScript::update(), LLInterpLinear< Type >::update(), LLHUDText::updateAll(), LLViewerObjectList::updateApparentAngles(), LLSpatialBridge::updateBinRadius(), LLDrawable::updateBinRadius(), LLViewerCamera::updateCameraLocation(), LLScrollListCtrl::updateColumns(), LLSurfacePatch::updateCompositionStats(), LLImageDXT::updateData(), LLPreviewTexture::updateDimensions(), LLViewerThrottle::updateDynamicThrottle(), LLVOSky::updateFog(), LLViewerImageList::updateImages(), LLViewerImageList::updateImagesDecodePriorities(), LLViewerImageList::updateImagesFetchTextures(), LLVOGrass::updateLOD(), LLViewerImageList::updateMaxResidentTexMem(), LLTabContainer::updateMaxScrollPos(), LLFloaterBuyLandUI::updateParcelInfo(), LLViewerPartSim::updatePartBurstRate(), LLCloudGroup::updatePuffCount(), LLCloudGroup::updatePuffs(), LLVOSky::updateReflectionGeometry(), LLWorld::updateRegions(), LLViewerPartSim::updateSimulation(), LLHUDText::updateSize(), LLManipScale::updateSnapGuides(), LLScrollbar::updateThumbRect(), LLSurfacePatch::updateVerticalStats(), LLSurfacePatch::updateVisibility(), LLWorldMapView::updateVisibleBlocks(), LLCircuitData::updateWatchDogTimers(), upload_done_callback(), LLNewAgentInventoryResponder::uploadComplete(), LLColumnHeader::userSetShape(), and wstring_utf16_length().


Variable Documentation

const U32 BACK_SIDE = 2

Definition at line 126 of file lldefs.h.

Referenced by ray_box().

const U32 BOTTOM_SIDE = 6

Definition at line 130 of file lldefs.h.

Referenced by ray_box().

const U32 EAST = 0

const U8 EAST_MASK = 0x1<<EAST

const U32 FRONT_SIDE = 1

Definition at line 125 of file lldefs.h.

Referenced by ray_box().

const U32 gDirAdjacent[8][2]

Initial value:

  {
                                                                {4, 7},
                                                                {4, 5},
                                                                {5, 6},
                                                                {6, 7},
                                                                {0, 1},
                                                                {1, 2},
                                                                {2, 3},
                                                                {0, 3}
                                                                }

Definition at line 72 of file lldefs.h.

Referenced by LLSurfacePatch::dirtyZ(), and LLSurfacePatch::setNeighborPatch().

const S32 gDirAxes[8][2]

Initial value:

 {
                                                        { 1, 0}, 
                                                        { 0, 1}, 
                                                        {-1, 0}, 
                                                        { 0,-1}, 
                                                        { 1, 1}, 
                                                        {-1, 1}, 
                                                        {-1,-1}, 
                                                        { 1,-1}, 
                                                        }

Definition at line 84 of file lldefs.h.

Referenced by LLWorld::addRegion(), and LLWorld::updateWaterObjects().

const S32 gDirMasks[8]

const U32 gDirOpposite[8] = {2, 3, 0, 1, 6, 7, 4, 5}

const U32 INVALID_DIRECTION = 0xFFFFFFFF

Definition at line 49 of file lldefs.h.

const U32 LEFT_SIDE = 3

Definition at line 127 of file lldefs.h.

Referenced by ray_box().

const U32 LL_MAX_PATH = 1024

const U8 LL_SOUND_FLAG_LOOP = 1<<0

Definition at line 133 of file lldefs.h.

Referenced by LLViewerObject::setAttachedSound().

const U8 LL_SOUND_FLAG_NONE = 0x0

Definition at line 132 of file lldefs.h.

const U8 LL_SOUND_FLAG_QUEUE = 1<<4

Definition at line 137 of file lldefs.h.

Referenced by LLViewerObject::setAttachedSound().

const U8 LL_SOUND_FLAG_STOP = 1<<5

Definition at line 138 of file lldefs.h.

Referenced by LLViewerObject::setAttachedSound().

Definition at line 139 of file lldefs.h.

Definition at line 134 of file lldefs.h.

Referenced by LLViewerObject::setAttachedSound().

Definition at line 136 of file lldefs.h.

Definition at line 135 of file lldefs.h.

Referenced by LLViewerObject::setAttachedSound().

Definition at line 156 of file lldefs.h.

const U32 MAXADDRSTR = 17

const U32 MIDDLE = 8

Definition at line 59 of file lldefs.h.

Referenced by LLSurfacePatch::updateNormals().

const U32 NO_SIDE = 0

Definition at line 124 of file lldefs.h.

Referenced by linesegment_box(), and ray_box().

const U32 NORTH = 1

const U8 NORTH_MASK = 0x1<<NORTH

Definition at line 62 of file lldefs.h.

Referenced by LLViewerParcelMgr::renderCollisionSegments().

const U32 NORTHEAST = 4

Definition at line 66 of file lldefs.h.

const U32 NORTHWEST = 5

Definition at line 67 of file lldefs.h.

const U32 RIGHT_SIDE = 4

Definition at line 128 of file lldefs.h.

Referenced by ray_box().

const U32 SOUTH = 3

const U8 SOUTH_MASK = 0x1<<SOUTH

const U32 SOUTHEAST = 7

Definition at line 69 of file lldefs.h.

const U32 SOUTHWEST = 6

Definition at line 68 of file lldefs.h.

const U32 STD_STRING_BUF_SIZE = 255

const U32 STD_STRING_STR_LEN = 254

Definition at line 152 of file lldefs.h.

Referenced by LLAlertDialog::createDialog(), and LLNotecard::importStream().

const U32 TOP_SIDE = 5

Definition at line 129 of file lldefs.h.

Referenced by ray_box().

const U32 VALPHA = 3

const U32 VBLUE = 2

const U32 VGREEN = 1

const U32 VRED = 0

const U32 VS = 3

const U32 VW = 3

Definition at line 41 of file lldefs.h.

Referenced by LLColor4U::addClampMax(), LLPolyMorphTarget::apply(), LLAgent::calcCameraPositionTargetGlobal(), LLVector4::clear(), LLVector4::clearVec(), LLQuaternion::constrain(), dot(), LLTexLayer::findNetColor(), LLPolyVertexMask::generateMask(), LLQuaternion::getAngleAxis(), LLTexGlobalColor::getColor(), LLMatrix4::getFwdRow4(), LLMatrix4::getLeftRow4(), LLQuaternion::getMatrix3(), LLQuaternion::getMatrix4(), LLTexParamColor::getNetColor(), LLMatrix4::getUpRow4(), LLManipTranslate::highlightManipulators(), LLManipScale::highlightManipulators(), LLVOAvatar::idleUpdate(), LLMatrix4::initAll(), LLMatrix4::invert(), LLVector4::isExactlyClear(), LLVector4::isExactlyZero(), LLVector4::isFinite(), lerp(), ll_quaternion_from_sd(), ll_sd_from_quaternion(), ll_sd_from_vector4(), ll_vector4_from_sd(), LLColor4::LLColor4(), LLColor4U::LLColor4U(), LLQuaternion::LLQuaternion(), LLVector4::LLVector4(), LLQuaternion::loadIdentity(), LLColor4U::multAll(), nlerp(), LLVOAvatar::onGlobalColorChanged(), operator!=(), operator%(), operator%=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator<<(), LLColor4::operator=(), operator==(), LLQuaternion::packToVector3(), LLColor4::parseColor(), LLViewerObject::processUpdateMessage(), LLTexLayer::render(), LLManipRotate::render(), LLTexLayer::renderAlphaMasks(), LLDrawPoolAvatar::renderAvatars(), LLVOAvatar::renderSkinned(), LLManipTranslate::renderSnapGuides(), LLWorld::resolveStepHeightGlobal(), rotate_vector(), LLCoordFrame::rotateToAbsolute(), LLCoordFrame::rotateToLocal(), run_cast(), LLVector4::scaleVec(), LLVector4::set(), LLQuaternion::set(), LLTextureEntry::setAlpha(), LLColor4U::setAlpha(), LLColor4::setAlpha(), LLQuaternion::setAngleAxis(), LLQuaternion::setQuat(), LLColor4U::setToBlack(), LLColor4::setToBlack(), LLColor4U::setToWhite(), LLColor4::setToWhite(), LLMatrix4::setTranslation(), LLVector4::setVec(), LLColor4U::setVec(), LLColor4::setVec(), LLJoint::setWorldMatrix(), LLJoint::setWorldPosition(), LLJoint::setWorldRotation(), LLQuaternion::shortestArc(), slerp(), LLV4Matrix3::transpose(), LLQuaternion::unpackFromVector3(), LLViewerJointMesh::updateGeometryOriginal(), LLVOAvatar::updateMeshTextures(), LLViewerJointMesh::uploadJointMatrices(), and LLVector4::zeroVec().

const U32 VX = 0

Definition at line 38 of file lldefs.h.

Referenced by LLBBox::addBBoxAgent(), LLColor4U::addClampMax(), LLBBoxLocal::addPoint(), LLBBox::addPointLocal(), LLFloaterScriptDebug::addScriptLine(), LLMatrix3::adjointTranspose(), LLVOVolume::agentPositionToVolume(), LLViewerWindow::analyzeHit(), LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), azimuth(), LLToolBrushLand::brush(), LLAgent::buildLocationString(), bytestream2quaternion(), bytestream2vector(), calc_binormal_from_triangle(), LLAgent::calcCameraMinDistance(), LLAgent::calcCameraPositionTargetGlobal(), LLViewerWindow::calcDisplayScale(), LLAgent::calcFocusOffset(), LLViewerRegion::calculateCenterGlobal(), LLViewerParcelMgr::callbackDivideLand(), LLViewerParcelMgr::callbackJoinLand(), LLAgent::cameraZoomIn(), LLModalDialog::centerOnScreen(), LLFloaterWorldMap::centerOnTarget(), LLWorldMapView::checkItemHit(), LLVector4::clear(), LLVector2::clear(), LLVector4::clearVec(), LLVector2::clearVec(), LLWorld::clipToVisibleRegions(), LLVOAvatar::computeBodySize(), LLQuaternion::conjQuat(), LLQuaternion::conjugate(), LLQuaternion::constrain(), LLLandmark::constructFromString(), LLBBox::containsPointLocal(), LLSurface::containsPosition(), LLWebBrowserCtrl::convertInputCoords(), LLKeyframeMotion::deserialize(), LLToolBrushLand::determineAffectedRegions(), LLStartUp::dispatchURL(), LLVolumeImplFlexible::doFlexibleUpdate(), dot(), LLManipRotate::dragConstrained(), LLManipScale::dragCorner(), LLManipScale::dragFace(), LLWorldMapView::draw(), LLWebBrowserCtrl::draw(), LLViewerWindow::draw(), LLNetMap::draw(), LLHoverView::draw(), LLHorizontalCompass::draw(), LLCompass::draw(), LLFloaterPostcard::draw(), LLDebugVarMessageBox::draw(), LLLineEditor::draw(), LLButton::draw(), draw_axes(), draw_line_cube(), LLWorldMapView::drawAgents(), LLTextEditor::drawCursor(), LLViewerWindow::drawDebugText(), LLWorldMapView::drawFrustum(), LLWorldMapView::drawImage(), LLWorldMapView::drawImageStack(), LLViewerWindow::drawPickBuffer(), LLWorldMapView::drawTracking(), LLNetMap::drawTracking(), elevation_from_vector(), LLSurfacePatch::eval(), LLBBox::expand(), LLBBoxLocal::expand(), LLParcel::exportStream(), LLTexLayer::findNetColor(), LLVLComposition::generateHeights(), LLPolyVertexMask::generateMask(), LLVOVolume::generateSilhouette(), LLSurface::generateWaterTexture(), LLPath::genNGon(), LLProfile::genNGon(), LLProfile::genNormals(), LLQuaternion::getAngleAxis(), LLWind::getAverage(), LLSphere::getBoundingSphere(), LLParcel::getCenterpoint(), LLVOAvatar::getClothesColor(), LLWind::getCloudVelocity(), LLTexGlobalColor::getColor(), LLPreviewLandmark::getDegreesAndDist(), LLAvatarTracker::getDegreesAndDist(), LLCloudLayer::getDensityRegion(), LLMatrix3::getFwdRow(), LLMatrix4::getFwdRow4(), LLVOGrass::getGeometry(), LLSimInfo::getGlobalPos(), LLAgent::getHomePosGlobal(), LLViewerParcelMgr::getHoverParcelWidth(), LLMatrix4::getLeftRow4(), LLQuaternion::getMatrix3(), LLQuaternion::getMatrix4(), LLViewerObject::getMaxScale(), LLViewerObject::getMidScale(), LLManipTranslate::getMinGridScale(), LLManip::getMousePointOnPlaneGlobal(), LLTexParamColor::getNetColor(), LLManipRotate::getObjectAxisClosestToMouse(), LLCoordFrame::getOpenGLRotation(), LLCoordFrame::getOpenGLTransform(), LLCoordFrame::getOpenGLTranslation(), LLCamera::getPitch(), LLViewerCamera::getPixelVectors(), LLSurfacePatch::getPointAgent(), LLPanelDirFind::getSearchURLSuffix(), LLViewerParcelMgr::getSelectedArea(), LLViewerParcelMgr::getSelectionWidth(), LLAgent::getSLURL(), LLPanelVolume::getState(), LLPanelObject::getState(), LLPanelFace::getState(), LLPrimitive::getTESTAxes(), LLSurfacePatch::getTexCoords(), LLMatrix4::getUpRow4(), LLWind::getVelocity(), LLUI::getWindowSize(), LLCamera::getYaw(), gl_rect_2d_offset_local(), gl_segmented_rect_2d_fragment_tex(), gl_segmented_rect_2d_tex(), gl_segmented_rect_3d_tex(), LLWorldMapView::globalPosToView(), LLNetMap::globalPosToView(), LLUI::glPointToScreen(), handle_claim_public_land(), handle_go_to(), LLViewerWindow::handleDoubleClick(), LLToolsSnapObjectXY::handleEvent(), LLToolGun::handleHover(), LLManipTranslate::handleHover(), LLViewerWindow::handleMouseDown(), LLToolBrushLand::handleMouseDown(), LLViewerWindow::handleMouseMove(), LLViewerWindow::handleMouseUp(), LLViewerWindow::handlePerFrameHover(), LLToolSelectRect::handleRectangleSelection(), LLViewerWindow::handleRightMouseDown(), LLViewerWindow::handleRightMouseUp(), LLManipTranslate::highlightIntersection(), LLManipTranslate::highlightManipulators(), LLManipScale::highlightManipulators(), LLViewerWindow::hitObjectOrLandGlobalAsync(), LLViewerWindow::hitUIElementAsync(), LLVOAvatar::idleUpdate(), LLParcel::importStream(), LLViewerParcelMgr::inAgentParcel(), LLCloudGroup::inGroup(), LLMatrix4::initAll(), LLViewerWindow::initFonts(), LLVOWLSky::initStars(), LLMatrix4::invert(), LLMatrix3::invert(), LLVector4::isExactlyClear(), LLVector4::isExactlyZero(), LLVector3::isExactlyZero(), LLVector3d::isExactlyZero(), LLVector2::isExactlyZero(), LLVector4::isFinite(), LLVector3::isFinite(), LLVector3d::isFinite(), LLQuaternion::isFinite(), LLQuaternion::isIdentity(), LLQuaternion::isNotIdentity(), LLVector3::isNull(), LLVector3d::isNull(), LLVector2::isNull(), LLViewerParcelOverlay::isOwned(), LLViewerParcelOverlay::isOwnedGroup(), LLViewerParcelOverlay::isOwnedOther(), LLViewerParcelOverlay::isOwnedSelf(), LLViewerParcelOverlay::isSoundLocal(), lat2xyz(), lat2xyz_rad(), LLVector4::length(), LLVector4::lengthSquared(), LLV4Matrix4::lerp(), LLV4Matrix3::lerp(), lerp(), ll_quaternion_from_sd(), ll_sd_from_quaternion(), ll_sd_from_vector2(), ll_sd_from_vector3(), ll_sd_from_vector3d(), ll_sd_from_vector4(), ll_vector2_from_sd(), ll_vector3_from_sd(), ll_vector3d_from_sd(), ll_vector4_from_sd(), LLColor3::LLColor3(), LLColor4::LLColor4(), LLColor4U::LLColor4U(), LLCoordFrame::LLCoordFrame(), LLDebugVarMessageBox::LLDebugVarMessageBox(), LLFloaterAbout::LLFloaterAbout(), LLQuaternion::LLQuaternion(), LLRayAABB(), LLVector2::LLVector2(), LLVector3::LLVector3(), LLVector3d::LLVector3d(), LLVector4::LLVector4(), LLViewerWindow::LLViewerWindow(), LLWebBrowserCtrl::LLWebBrowserCtrl(), LLEventNotification::load(), LLAgentPilot::load(), LLPolyMorphData::loadBinary(), LLQuaternion::loadIdentity(), LLVOAvatar::loadSkeletonNode(), LLBVHLoader::loadTranslationTable(), LLCoordFrame::lookDir(), lsa_fprint_heap(), lsa_print_heap(), LLVector4::magVec(), LLColor4U::magVec(), LLColor4::magVec(), LLVector4::magVecSquared(), LLColor4U::magVecSquared(), LLColor4::magVecSquared(), LLToolBrushLand::modifyLandAtPointGlobal(), LLToolBrushLand::modifyLandInSelectionGlobal(), LLViewerWindow::mousePointOnLandGlobal(), LLColor4U::multAll(), LLV4Matrix4::multiply(), LLV4Matrix3::multiply(), LLManip::nearestPointOnLineFromMouse(), LLVector4::normalize(), LLQuaternion::normalize(), LLQuaternion::normQuat(), LLVector4::normVec(), LLColor4::normVec(), notify_cautioned_script_question(), LLPanelPick::onClickSet(), LLPanelClassified::onClickSet(), LLFloaterWorldMap::onCommitLocation(), LLFloaterWorldMap::onCommitSearchResult(), LLFloaterSettingsDebug::onCommitSettings(), LLVOAvatar::onGlobalColorChanged(), LLWalkAdjustMotion::onUpdate(), operator!=(), LLQuaternion::operator!=(), operator%(), operator%=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<<(), LLColor4::operator=(), LLV4Matrix3::operator=(), operator==(), LLQuaternion::operator==(), LLMatrix3::orthogonalize(), LLViewerParcelOverlay::ownership(), LLQuaternion::packToVector3(), LLColor4::parseColor(), LLManipScale::partToMaxScale(), LLManipScale::partToMinScale(), LLViewerWindow::performPick(), LLViewerRegion::pointInRegionGlobal(), LLViewerPartGroup::posInGroup(), CoarseLocationUpdate::post(), LLScriptLibData::print(), print_pushargq(), print_pushargv(), LLScriptLibData::print_separator(), LLNameValue::printData(), LLScriptLSOParse::printGlobals(), process_agent_movement_complete(), process_script_teleport_request(), process_set_follow_cam_properties(), process_sound_trigger(), LLAvatarTracker::processAgentFound(), LLPanelClassified::processClassifiedInfoReply(), LLPanelEvent::processEventInfoReply(), LLViewerParcelMgr::processParcelProperties(), LLPanelPick::processPickInfoReply(), LLFloaterGodTools::processRegionInfo(), LLViewerObject::processUpdateMessage(), LLViewerCamera::projectPosAgentToScreen(), LLViewerCamera::projectPosAgentToScreenEdge(), LLVector3::quantize16(), LLQuaternion::quantize16(), LLVector3::quantize8(), LLQuaternion::quantize8(), LLMatrix4::quaternion(), LLMatrix3::quaternion(), quaternion2bytestream(), ray_box(), ray_cylinder(), ray_prism(), ray_pyramid(), ray_tetrahedron(), LLStatusBar::refresh(), LLPanelLandOptions::refresh(), LLURLDispatcherImpl::regionHandleCallback(), LLURLDispatcherImpl::regionNameCallback(), LLToolBrushLand::render(), LLManipScale::render(), LLManipRotate::render(), LLHUDEffectPointAt::render(), LLHUDEffectLookAt::render(), LLImagePreviewSculpted::render(), render_disconnected_background(), LLAgent::renderAutoPilotTarget(), LLManipScale::renderAxisHandle(), LLViewerParcelMgr::renderCollisionSegments(), LLManipScale::renderCorners(), LLManipScale::renderEdges(), LLManipScale::renderFaces(), LLDrawPoolTerrain::renderFull2TU(), LLDrawPoolTerrain::renderFull4TU(), LLDrawPoolTerrain::renderFullShader(), LLManip::renderGuidelines(), LLHUDIcon::renderIcon(), LLViewerObjectList::renderObjectBeacons(), LLViewerObjectList::renderObjectsForMap(), LLViewerParcelMgr::renderOneSegment(), LLToolBrushLand::renderOverlay(), LLNetMap::renderPoint(), LLViewerParcelOverlay::renderPropertyLines(), LLViewerParcelMgr::renderRect(), LLViewerWindow::renderSelections(), LLSelectMgr::renderSilhouettes(), LLVOAvatar::renderSkinned(), LLManipTranslate::renderSnapGuides(), LLManipRotate::renderSnapGuides(), LLHUDText::renderText(), LLManipTranslate::renderTranslationHandles(), LLDrawPoolTree::renderTree(), LLWind::renderVectors(), LLManip::renderXYZ(), LLViewerParcelMgr::requestHoverParcelProperties(), LLWebBrowserCtrl::reshape(), LLViewerWindow::reshape(), LLSurface::resolveHeightRegion(), LLSurface::resolveNormalGlobal(), LLSurface::resolvePatchRegion(), rotate_vector(), LLCoordFrame::rotateToAbsolute(), LLCoordFrame::rotateToLocal(), LLToolSelectLand::roundXY(), run_cast(), run_print(), run_pushargq(), run_pushargv(), sanitize_corners(), LLAgentPilot::save(), LLVector4::scaleVec(), LLVector3::scaleVec(), LLVector2::scaleVec(), LLUI::screenPointToGL(), sculpt_rgb_to_vector(), LLViewerParcelMgr::selectLand(), LLViewerParcelMgr::selectParcelAt(), LLViewerParcelMgr::sendParcelGodForceOwner(), LLPanelObject::sendPosition(), LLVoiceClient::sendPositionalUpdate(), LLPanelObject::sendRotation(), LLKeyframeMotion::serialize(), LLBVHLoader::serialize(), LLVector4::set(), LLVector3::set(), LLVector2::set(), LLQuaternion::set(), LLQuaternion::setAngleAxis(), LLVolumeImplFlexible::setAttributesOfAllSections(), LLCoordFrame::setAxes(), LLVOAvatar::setClothesColor(), LLUndoWearable::setColor(), LLUI::setCursorPositionScreen(), LLPartData::setEndScale(), LLMatrix4::setFwdCol(), LLMatrix4::setFwdRow(), LLMatrix4::setLeftCol(), LLMatrix4::setLeftRow(), LLUI::setLineWidth(), LLCoordFrame::setOrigin(), LLSurfacePatch::setOriginGlobal(), LLSurface::setOriginGlobal(), LLCoordFrame::setOriginX(), LLPartSysData::setPartAccel(), LLViewerObject::setPixelAreaAndAngle(), LLFloaterReporter::setPosBox(), LLXform::setPositionX(), LLQuaternion::setQuat(), LLQuaternion::setQuatInit(), LLXform::setRotation(), LLPathParams::setScaleX(), LLPathParams::setShearX(), LLAgent::setStartPosition(), LLPartData::setStartScale(), LLPathParams::setTaperX(), LLColor4U::setToBlack(), LLColor4::setToBlack(), LLColor4U::setToWhite(), LLColor4::setToWhite(), LLMatrix4::setTranslation(), setup_hud_matrices(), LLVOAvatar::setupBone(), LLMatrix4::setUpCol(), LLViewerParcelMgr::setupParcelBuy(), LLMatrix4::setUpRow(), LLVector4::setVec(), LLColor4U::setVec(), LLColor4::setVec(), LLVector3::setVec(), LLVector3d::setVec(), LLVector2::setVec(), LLV4Vector3::setVec(), setVecZ(), LLPrimitive::setVelocityX(), LLJoint::setWorldMatrix(), LLJoint::setWorldPosition(), LLJoint::setWorldRotation(), LLVector2::setZero(), LLQuaternion::shortestArc(), LLDebugVarMessageBox::show(), slerp(), LLVector3::snap(), LLCamera::sphereInFrustumOld(), LLAgent::teleportViaLocation(), to_region_handle(), LLFloaterWorldMap::trackLocation(), LLFloaterWorldMap::trackURL(), LLCoordFrame::transformToAbsolute(), LLCoordFrame::transformToLocal(), LLCoordFrame::translate(), LLMatrix3::transpose(), LLV4Matrix4::transpose(), LLV4Matrix3::transpose(), LLQuaternion::transpose(), LLQuaternion::transQuat(), LLQuaternion::unpackFromVector3(), LLFloaterTelehub::unpackTelehubInfo(), LLDebugText::update(), LLViewerPartSourceScript::update(), LLFollowCam::update(), LLHUDText::updateAll(), LLViewerRegion::updateCoarseLocations(), LLSurfacePatch::updateCompositionStats(), LLFloaterSettingsDebug::updateControl(), LLVOSky::updateFog(), LLVOWater::updateGeometry(), LLViewerJointMesh::updateGeometryOriginal(), LLFloaterWorldMap::updateLocation(), LLVOAvatar::updateMeshTextures(), LLFloaterBuyLandUI::updateParcelInfo(), LLViewerPartSourceChat::updatePart(), LLViewerPartSourceSpiral::updatePart(), LLViewerParcelOverlay::updatePropertyLines(), LLVOVolume::updateRelativeXform(), LLVolumeImplFlexible::updateRelativeXform(), LLScreenClipRect::updateScissorRegion(), LLHUDText::updateScreenPos(), LLManipScale::updateSnapGuides(), LLSurfacePatch::updateTexture(), LLHUDText::updateVisibility(), vec3to4(), vec4to3(), vector2bytestream(), LLNetMap::viewPosToGlobal(), LLVector4::zeroVec(), and LLVector2::zeroVec().

const U32 VY = 1

Definition at line 39 of file lldefs.h.

Referenced by LLBBox::addBBoxAgent(), LLColor4U::addClampMax(), LLBBoxLocal::addPoint(), LLBBox::addPointLocal(), LLFloaterScriptDebug::addScriptLine(), LLMatrix3::adjointTranspose(), LLVOVolume::agentPositionToVolume(), LLViewerWindow::analyzeHit(), LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), azimuth(), LLToolBrushLand::brush(), LLAgent::buildLocationString(), bytestream2quaternion(), bytestream2vector(), calc_binormal_from_triangle(), LLAgent::calcCameraMinDistance(), LLAgent::calcCameraPositionTargetGlobal(), LLViewerWindow::calcDisplayScale(), LLAgent::calcFocusOffset(), LLViewerRegion::calculateCenterGlobal(), LLViewerParcelMgr::callbackDivideLand(), LLViewerParcelMgr::callbackJoinLand(), LLAgent::cameraZoomIn(), LLModalDialog::centerOnScreen(), LLFloaterWorldMap::centerOnTarget(), LLWorldMapView::checkItemHit(), LLVector4::clear(), LLVector2::clear(), LLVector4::clearVec(), LLVector2::clearVec(), LLWorld::clipToVisibleRegions(), LLVOAvatar::computeBodySize(), LLQuaternion::conjQuat(), LLQuaternion::conjugate(), LLQuaternion::constrain(), LLLandmark::constructFromString(), LLBBox::containsPointLocal(), LLSurface::containsPosition(), LLWebBrowserCtrl::convertInputCoords(), LLKeyframeMotion::deserialize(), LLToolBrushLand::determineAffectedRegions(), LLStartUp::dispatchURL(), LLVolumeImplFlexible::doFlexibleUpdate(), dot(), LLManipRotate::dragConstrained(), LLManipScale::dragCorner(), LLManipScale::dragFace(), LLWorldMapView::draw(), LLWebBrowserCtrl::draw(), LLViewerWindow::draw(), LLNetMap::draw(), LLHoverView::draw(), LLHorizontalCompass::draw(), LLCompass::draw(), LLFloaterPostcard::draw(), LLDebugVarMessageBox::draw(), LLLineEditor::draw(), LLButton::draw(), draw_axes(), draw_line_cube(), LLWorldMapView::drawAgents(), LLTextEditor::drawCursor(), LLViewerWindow::drawDebugText(), LLWorldMapView::drawFrustum(), LLWorldMapView::drawImage(), LLWorldMapView::drawImageStack(), LLViewerWindow::drawPickBuffer(), LLWorldMapView::drawTracking(), LLNetMap::drawTracking(), elevation_from_vector(), LLSurfacePatch::eval(), LLBBox::expand(), LLBBoxLocal::expand(), LLParcel::exportStream(), LLTexLayer::findNetColor(), LLVLComposition::generateHeights(), LLPolyVertexMask::generateMask(), LLVOVolume::generateSilhouette(), LLSurface::generateWaterTexture(), LLPath::genNGon(), LLProfile::genNormals(), LLQuaternion::getAngleAxis(), LLWind::getAverage(), LLSphere::getBoundingSphere(), LLParcel::getCenterpoint(), LLVOAvatar::getClothesColor(), LLWind::getCloudVelocity(), LLTexGlobalColor::getColor(), LLPreviewLandmark::getDegreesAndDist(), LLAvatarTracker::getDegreesAndDist(), LLCloudLayer::getDensityRegion(), LLMatrix4::getFwdRow4(), LLVOGrass::getGeometry(), LLSimInfo::getGlobalPos(), LLAgent::getHomePosGlobal(), LLViewerParcelMgr::getHoverParcelHeight(), LLMatrix3::getLeftRow(), LLMatrix4::getLeftRow4(), LLQuaternion::getMatrix3(), LLQuaternion::getMatrix4(), LLViewerObject::getMaxScale(), LLViewerObject::getMidScale(), LLManipTranslate::getMinGridScale(), LLTexParamColor::getNetColor(), LLManipRotate::getObjectAxisClosestToMouse(), LLCoordFrame::getOpenGLRotation(), LLCoordFrame::getOpenGLTransform(), LLCoordFrame::getOpenGLTranslation(), LLCamera::getPitch(), LLViewerCamera::getPixelVectors(), LLSurfacePatch::getPointAgent(), LLTextEditor::getPreeditFontSize(), LLLineEditor::getPreeditFontSize(), LLPanelDirFind::getSearchURLSuffix(), LLViewerParcelMgr::getSelectedArea(), LLViewerParcelMgr::getSelectionHeight(), LLAgent::getSLURL(), LLPanelVolume::getState(), LLPanelObject::getState(), LLPanelFace::getState(), LLPrimitive::getTESTAxes(), LLSurfacePatch::getTexCoords(), LLMatrix4::getUpRow4(), LLWind::getVelocity(), LLUI::getWindowSize(), LLCamera::getYaw(), gl_rect_2d_offset_local(), gl_segmented_rect_2d_fragment_tex(), gl_segmented_rect_2d_tex(), gl_segmented_rect_3d_tex(), LLWorldMapView::globalPosToView(), LLNetMap::globalPosToView(), LLUI::glPointToScreen(), handle_claim_public_land(), handle_go_to(), LLViewerWindow::handleDoubleClick(), LLToolsSnapObjectXY::handleEvent(), LLToolGun::handleHover(), LLManipTranslate::handleHover(), LLViewerWindow::handleMouseDown(), LLToolBrushLand::handleMouseDown(), LLViewerWindow::handleMouseMove(), LLViewerWindow::handleMouseUp(), LLViewerWindow::handlePerFrameHover(), LLToolSelectRect::handleRectangleSelection(), LLViewerWindow::handleRightMouseDown(), LLViewerWindow::handleRightMouseUp(), LLManipTranslate::highlightIntersection(), LLManipTranslate::highlightManipulators(), LLManipScale::highlightManipulators(), LLViewerWindow::hitObjectOrLandGlobalAsync(), LLViewerWindow::hitUIElementAsync(), LLVOAvatar::idleUpdate(), LLParcel::importStream(), LLViewerParcelMgr::inAgentParcel(), LLCloudGroup::inGroup(), LLMatrix4::initAll(), LLViewerWindow::initFonts(), LLVOWLSky::initStars(), LLMatrix4::invert(), LLMatrix3::invert(), LLVector4::isExactlyClear(), LLVector4::isExactlyZero(), LLVector3::isExactlyZero(), LLVector3d::isExactlyZero(), LLVector2::isExactlyZero(), LLVector4::isFinite(), LLVector3::isFinite(), LLVector3d::isFinite(), LLQuaternion::isFinite(), LLQuaternion::isIdentity(), LLQuaternion::isNotIdentity(), LLVector3::isNull(), LLVector3d::isNull(), LLVector2::isNull(), LLViewerParcelOverlay::isOwned(), LLViewerParcelOverlay::isOwnedGroup(), LLViewerParcelOverlay::isOwnedOther(), LLViewerParcelOverlay::isOwnedSelf(), LLViewerParcelOverlay::isSoundLocal(), lat2xyz(), lat2xyz_rad(), LLVector4::length(), LLVector4::lengthSquared(), LLV4Matrix4::lerp(), LLV4Matrix3::lerp(), lerp(), ll_quaternion_from_sd(), ll_sd_from_quaternion(), ll_sd_from_vector2(), ll_sd_from_vector3(), ll_sd_from_vector3d(), ll_sd_from_vector4(), ll_vector2_from_sd(), ll_vector3_from_sd(), ll_vector3d_from_sd(), ll_vector4_from_sd(), LLColor3::LLColor3(), LLColor4::LLColor4(), LLColor4U::LLColor4U(), LLCoordFrame::LLCoordFrame(), LLDebugVarMessageBox::LLDebugVarMessageBox(), LLFloaterAbout::LLFloaterAbout(), LLQuaternion::LLQuaternion(), LLRayAABB(), LLVector2::LLVector2(), LLVector3::LLVector3(), LLVector3d::LLVector3d(), LLVector4::LLVector4(), LLViewerWindow::LLViewerWindow(), LLWebBrowserCtrl::LLWebBrowserCtrl(), LLEventNotification::load(), LLAgentPilot::load(), LLPolyMorphData::loadBinary(), LLQuaternion::loadIdentity(), LLVOAvatar::loadSkeletonNode(), LLBVHLoader::loadTranslationTable(), LLCoordFrame::lookDir(), lsa_fprint_heap(), lsa_print_heap(), LLVector4::magVec(), LLColor4U::magVec(), LLColor4::magVec(), LLVector4::magVecSquared(), LLColor4U::magVecSquared(), LLColor4::magVecSquared(), LLToolBrushLand::modifyLandAtPointGlobal(), LLToolBrushLand::modifyLandInSelectionGlobal(), LLViewerWindow::mousePointOnLandGlobal(), LLColor4U::multAll(), LLV4Matrix4::multiply(), LLV4Matrix3::multiply(), LLVector4::normalize(), LLQuaternion::normalize(), LLQuaternion::normQuat(), LLVector4::normVec(), LLColor4::normVec(), notify_cautioned_script_question(), LLPanelPick::onClickSet(), LLPanelClassified::onClickSet(), LLFloaterWorldMap::onCommitLocation(), LLFloaterWorldMap::onCommitSearchResult(), LLFloaterSettingsDebug::onCommitSettings(), LLVOAvatar::onGlobalColorChanged(), LLWalkAdjustMotion::onUpdate(), operator!=(), LLQuaternion::operator!=(), operator%(), operator%=(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<(), operator<<(), LLColor4::operator=(), LLV4Matrix3::operator=(), operator==(), LLQuaternion::operator==(), LLMatrix3::orthogonalize(), LLViewerParcelOverlay::ownership(), LLQuaternion::packToVector3(), LLImagePreviewSculpted::pan(), LLImagePreviewAvatar::pan(), LLPreviewAnimation::pan(), LLColor4::parseColor(), LLViewerWindow::performPick(), LLViewerRegion::pointInRegionGlobal(), LLViewerPartGroup::posInGroup(), CoarseLocationUpdate::post(), LLScriptLibData::print(), print_pushargq(), print_pushargv(), LLScriptLibData::print_separator(), LLNameValue::printData(), LLScriptLSOParse::printGlobals(), process_agent_movement_complete(), process_script_teleport_request(), process_set_follow_cam_properties(), process_sound_trigger(), LLAvatarTracker::processAgentFound(), LLPanelClassified::processClassifiedInfoReply(), LLPanelEvent::processEventInfoReply(), LLViewerParcelMgr::processParcelProperties(), LLPanelPick::processPickInfoReply(), LLFloaterGodTools::processRegionInfo(), LLViewerObject::processUpdateMessage(), LLViewerCamera::projectPosAgentToScreen(), LLViewerCamera::projectPosAgentToScreenEdge(), LLVector3::quantize16(), LLQuaternion::quantize16(), LLVector3::quantize8(), LLQuaternion::quantize8(), LLMatrix4::quaternion(), LLMatrix3::quaternion(), quaternion2bytestream(), ray_box(), ray_cylinder(), ray_prism(), ray_pyramid(), ray_tetrahedron(), LLStatusBar::refresh(), LLPanelLandOptions::refresh(), LLURLDispatcherImpl::regionHandleCallback(), LLURLDispatcherImpl::regionNameCallback(), LLToolBrushLand::render(), LLManipScale::render(), LLManipRotate::render(), LLHUDEffectPointAt::render(), LLHUDEffectLookAt::render(), LLImagePreviewSculpted::render(), render_disconnected_background(), LLAgent::renderAutoPilotTarget(), LLManipScale::renderAxisHandle(), LLViewerParcelMgr::renderCollisionSegments(), LLManipScale::renderCorners(), LLManipScale::renderEdges(), LLManipScale::renderFaces(), LLDrawPoolTerrain::renderFull2TU(), LLDrawPoolTerrain::renderFull4TU(), LLDrawPoolTerrain::renderFullShader(), LLManip::renderGuidelines(), LLHUDIcon::renderIcon(), LLViewerObjectList::renderObjectBeacons(), LLViewerObjectList::renderObjectsForMap(), LLViewerParcelMgr::renderOneSegment(), LLToolBrushLand::renderOverlay(), LLNetMap::renderPoint(), LLViewerParcelOverlay::renderPropertyLines(), LLViewerParcelMgr::renderRect(), LLVOAvatar::renderSkinned(), LLManipTranslate::renderSnapGuides(), LLManipRotate::renderSnapGuides(), LLHUDText::renderText(), LLManipTranslate::renderTranslationHandles(), LLDrawPoolTree::renderTree(), LLWind::renderVectors(), LLManip::renderXYZ(), LLViewerParcelMgr::requestHoverParcelProperties(), LLWebBrowserCtrl::reshape(), LLViewerWindow::reshape(), LLSurface::resolveHeightRegion(), LLSurface::resolveNormalGlobal(), LLSurface::resolvePatchRegion(), rotate_vector(), LLCoordFrame::rotateToAbsolute(), LLCoordFrame::rotateToLocal(), LLToolSelectLand::roundXY(), run_cast(), run_print(), run_pushargq(), run_pushargv(), sanitize_corners(), LLAgentPilot::save(), LLVector4::scaleVec(), LLVector3::scaleVec(), LLVector2::scaleVec(), LLUI::screenPointToGL(), sculpt_rgb_to_vector(), LLViewerParcelMgr::selectLand(), LLViewerParcelMgr::selectParcelAt(), LLViewerParcelMgr::sendParcelGodForceOwner(), LLPanelObject::sendPosition(), LLVoiceClient::sendPositionalUpdate(), LLPanelObject::sendRotation(), LLKeyframeMotion::serialize(), LLBVHLoader::serialize(), LLVector4::set(), LLVector3::set(), LLVector2::set(), LLQuaternion::set(), LLQuaternion::setAngleAxis(), LLVolumeImplFlexible::setAttributesOfAllSections(), LLCoordFrame::setAxes(), LLVOAvatar::setClothesColor(), LLUndoWearable::setColor(), LLUI::setCursorPositionScreen(), LLPartData::setEndScale(), LLMatrix4::setFwdCol(), LLMatrix4::setFwdRow(), LLMatrix4::setLeftCol(), LLMatrix4::setLeftRow(), LLUI::setLineWidth(), LLCoordFrame::setOrigin(), LLSurfacePatch::setOriginGlobal(), LLSurface::setOriginGlobal(), LLCoordFrame::setOriginY(), LLPartSysData::setPartAccel(), LLViewerObject::setPixelAreaAndAngle(), LLFloaterReporter::setPosBox(), LLXform::setPositionY(), LLQuaternion::setQuat(), LLQuaternion::setQuatInit(), LLXform::setRotation(), LLPathParams::setScaleY(), LLPathParams::setShearY(), LLAgent::setStartPosition(), LLPartData::setStartScale(), LLPathParams::setTaperY(), LLColor4U::setToBlack(), LLColor4::setToBlack(), LLColor4U::setToWhite(), LLColor4::setToWhite(), LLMatrix4::setTranslation(), LLVOAvatar::setupBone(), LLMatrix4::setUpCol(), LLViewerParcelMgr::setupParcelBuy(), LLMatrix4::setUpRow(), LLVector4::setVec(), LLColor4U::setVec(), LLColor4::setVec(), LLVector3::setVec(), LLVector3d::setVec(), LLVector2::setVec(), LLV4Vector3::setVec(), setVecZ(), LLPrimitive::setVelocityY(), LLJoint::setWorldMatrix(), LLJoint::setWorldPosition(), LLJoint::setWorldRotation(), LLVector2::setZero(), LLQuaternion::shortestArc(), LLComboBox::showList(), slerp(), LLVector3::snap(), LLCamera::sphereInFrustumOld(), LLAgent::teleportViaLocation(), to_region_handle(), LLFloaterWorldMap::trackLocation(), LLFloaterWorldMap::trackURL(), LLCoordFrame::transformToAbsolute(), LLCoordFrame::transformToLocal(), LLCoordFrame::translate(), LLMatrix3::transpose(), LLV4Matrix4::transpose(), LLV4Matrix3::transpose(), LLQuaternion::transpose(), LLQuaternion::transQuat(), LLQuaternion::unpackFromVector3(), LLFloaterTelehub::unpackTelehubInfo(), LLDebugText::update(), LLViewerPartSourceScript::update(), LLFollowCam::update(), LLHUDText::updateAll(), LLViewerRegion::updateCoarseLocations(), LLSurfacePatch::updateCompositionStats(), LLFloaterSettingsDebug::updateControl(), LLVOSky::updateFog(), LLVOWater::updateGeometry(), LLViewerJointMesh::updateGeometryOriginal(), LLFloaterWorldMap::updateLocation(), LLVOAvatar::updateMeshTextures(), LLFloaterBuyLandUI::updateParcelInfo(), LLViewerPartSourceChat::updatePart(), LLViewerPartSourceSpiral::updatePart(), LLViewerParcelOverlay::updatePropertyLines(), LLVOVolume::updateRelativeXform(), LLVolumeImplFlexible::updateRelativeXform(), LLScreenClipRect::updateScissorRegion(), LLHUDText::updateScreenPos(), LLManipScale::updateSnapGuides(), LLSurfacePatch::updateTexture(), LLHUDText::updateVisibility(), LLManipRotate::updateVisiblity(), vec3to4(), vec4to3(), vector2bytestream(), LLNetMap::viewPosToGlobal(), LLVector4::zeroVec(), and LLVector2::zeroVec().

const U32 VZ = 2

Definition at line 40 of file lldefs.h.

Referenced by LLBBox::addBBoxAgent(), LLColor4U::addClampMax(), LLBBoxLocal::addPoint(), LLBBox::addPointLocal(), LLMatrix3::adjointTranspose(), LLVOVolume::agentPositionToVolume(), LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), audio_update_wind(), LLAgent::autoPilot(), LLAgent::buildLocationString(), LLFloaterLandHoldings::buttonCore(), bytestream2quaternion(), bytestream2vector(), calc_binormal_from_triangle(), LLAgent::calcCameraMinDistance(), LLAgent::calcCameraPositionTargetGlobal(), LLAgent::calcFocusOffset(), LLVOSky::calcSkyColorInDir(), LLViewerRegion::calculateCenterGlobal(), LLViewerCamera::cameraUnderWater(), LLAgent::cameraZoomIn(), LLAgent::changeCameraToCustomizeAvatar(), LLAgent::changeCameraToThirdPerson(), LLVector4::clear(), LLVector4::clearVec(), LLVOAvatar::computeBodySize(), LLQuaternion::conjQuat(), LLQuaternion::conjugate(), LLQuaternion::constrain(), LLLandmark::constructFromString(), LLBBox::containsPointLocal(), LLVolumeFace::createCap(), decompress_patchv(), LLKeyframeMotion::deserialize(), LLVolumeImplFlexible::doFlexibleUpdate(), dot(), LLManipRotate::dragConstrained(), LLManipScale::dragCorner(), LLManipScale::dragFace(), LLNetMap::draw(), LLHoverView::draw(), LLDebugVarMessageBox::draw(), draw_axes(), draw_line_cube(), LLTracker::drawHUDArrow(), LLNetMap::drawTracking(), dtReflection(), elevation_from_vector(), LLSurfacePatch::eval(), LLBBox::expand(), LLBBoxLocal::expand(), LLParcel::exportStream(), LLTexLayer::findNetColor(), LLVOVolume::generateSilhouette(), LLProfile::genNormals(), LLVolumeImplFlexible::getAnchorPosition(), LLQuaternion::getAngleAxis(), LLSphere::getBoundingSphere(), LLParcel::getCenterpoint(), LLVOAvatar::getClothesColor(), LLWind::getCloudVelocity(), LLTexGlobalColor::getColor(), LLPreviewLandmark::getDegreesAndDist(), LLAvatarTracker::getDegreesAndDist(), LLFloaterWorldMap::getDistanceToDestination(), LLMatrix4::getFwdRow4(), LLVOGrass::getGeometry(), LLFace::getGeometryVolume(), LLSimInfo::getGlobalPos(), LLAvatarTracker::getGlobalPos(), LLAgent::getHomePosGlobal(), LLMatrix4::getLeftRow4(), LLQuaternion::getMatrix3(), LLQuaternion::getMatrix4(), LLViewerObject::getMaxScale(), LLViewerObject::getMidScale(), LLManipTranslate::getMinGridScale(), LLTexParamColor::getNetColor(), LLManipRotate::getObjectAxisClosestToMouse(), LLVOAvatar::getOffObject(), LLCoordFrame::getOpenGLRotation(), LLCoordFrame::getOpenGLTransform(), LLCoordFrame::getOpenGLTranslation(), LLCamera::getPitch(), LLSurfacePatch::getPointAgent(), LLPanelDirFind::getSearchURLSuffix(), LLAgent::getSLURL(), LLPanelVolume::getState(), LLPanelObject::getState(), LLPrimitive::getTESTAxes(), LLSurfacePatch::getTexCoords(), LLVolume::getTriangleIndices(), LLMatrix3::getUpRow(), LLMatrix4::getUpRow4(), LLWind::getVelocity(), LLAgent::getVelocityZ(), LLSurface::getWaterHeight(), handle_go_to(), LLWorldMapView::handleClick(), LLToolGun::handleHover(), LLManipTranslate::handleHover(), LLToolGrab::handleHoverActive(), LLToolSelect::handleObjectSelection(), LLManipTranslate::highlightIntersection(), LLManipTranslate::highlightManipulators(), LLManipScale::highlightManipulators(), LLVOAvatar::idleUpdate(), LLParcel::importStream(), LLMatrix4::initAll(), LLVOWLSky::initStars(), LLMatrix4::invert(), LLMatrix3::invert(), LLVector4::isExactlyClear(), LLVector4::isExactlyZero(), LLVector3::isExactlyZero(), LLVector3d::isExactlyZero(), LLVector4::isFinite(), LLVector3::isFinite(), LLVector3d::isFinite(), LLQuaternion::isFinite(), LLQuaternion::isIdentity(), LLQuaternion::isNotIdentity(), LLVector3::isNull(), LLVector3d::isNull(), lat2xyz(), lat2xyz_rad(), LLVector4::length(), LLVector4::lengthSquared(), LLV4Matrix4::lerp(), LLV4Matrix3::lerp(), lerp(), ll_quaternion_from_sd(), ll_sd_from_quaternion(), ll_sd_from_vector3(), ll_sd_from_vector3d(), ll_sd_from_vector4(), ll_vector3_from_sd(), ll_vector3d_from_sd(), ll_vector4_from_sd(), LLColor3::LLColor3(), LLColor4::LLColor4(), LLColor4U::LLColor4U(), LLCoordFrame::LLCoordFrame(), LLDebugVarMessageBox::LLDebugVarMessageBox(), LLFloaterAbout::LLFloaterAbout(), LLQuaternion::LLQuaternion(), LLRayAABB(), LLVector3::LLVector3(), LLVector3d::LLVector3d(), LLVector4::LLVector4(), LLEventNotification::load(), LLAgentPilot::load(), LLPolyMorphData::loadBinary(), LLQuaternion::loadIdentity(), LLVOAvatar::loadSkeletonNode(), LLBVHLoader::loadTranslationTable(), LLCoordFrame::lookDir(), lsa_fprint_heap(), lsa_print_heap(), LLVector4::magVec(), LLColor4U::magVec(), LLColor4::magVec(), LLVector4::magVecSquared(), LLColor4U::magVecSquared(), LLColor4::magVecSquared(), LLViewerWindow::mouseDirectionCamera(), LLViewerWindow::mousePointOnLandGlobal(), LLColor4U::multAll(), LLV4Matrix4::multiply(), LLV4Matrix3::multiply(), LLVector4::normalize(), LLQuaternion::normalize(), LLQuaternion::normQuat(), LLVector4::normVec(), LLColor4::normVec(), notify_cautioned_script_question(), LLKeyframeFallMotion::onActivate(), LLPanelPick::onClickSet(), LLPanelClassified::onClickSet(), LLFloaterWorldMap::onCommitLocation(), LLFloaterWorldMap::onCommitSearchResult(), LLFloaterSettingsDebug::onCommitSettings(), LLVOAvatar::onGlobalColorChanged(), LLPanelGroupLandMoney::impl::onMapButton(), LLFlyAdjustMotion::onUpdate(), LLWalkAdjustMotion::onUpdate(), LLHeadRotMotion::onUpdate(), LLEditingMotion::onUpdate(), operator!=(), LLQuaternion::operator!=(), operator%(), operator%=(), LLManipTranslate::compare_manipulators::operator()(), LLManipScale::compare_manipulators::operator()(), operator*(), operator*=(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), operator<<(), LLColor4::operator=(), LLV4Matrix3::operator=(), operator==(), LLQuaternion::operator==(), LLMatrix3::orthogonalize(), LLQuaternion::packToVector3(), LLImagePreviewSculpted::pan(), LLImagePreviewAvatar::pan(), LLPreviewAnimation::pan(), LLColor4::parseColor(), LLManipScale::partToMaxScale(), LLManipScale::partToMinScale(), LLViewerPartGroup::posInGroup(), CoarseLocationUpdate::post(), LLScriptLibData::print(), print_pushargq(), print_pushargv(), LLScriptLibData::print_separator(), LLNameValue::printData(), LLScriptLSOParse::printGlobals(), process_script_teleport_request(), process_set_follow_cam_properties(), process_sound_trigger(), LLPanelClassified::processClassifiedInfoReply(), LLPanelEvent::processEventInfoReply(), LLWorldMap::processMapItemReply(), LLPanelPick::processPickInfoReply(), LLViewerObject::processUpdateMessage(), LLViewerCamera::projectPosAgentToScreen(), LLViewerCamera::projectPosAgentToScreenEdge(), LLAgent::propagate(), LLVector3::quantize16(), LLQuaternion::quantize16(), LLVector3::quantize8(), LLQuaternion::quantize8(), LLMatrix4::quaternion(), LLMatrix3::quaternion(), quaternion2bytestream(), ray_box(), ray_cylinder(), ray_prism(), ray_pyramid(), ray_tetrahedron(), LLStatusBar::refresh(), LLPanelLandOptions::refresh(), LLURLDispatcherImpl::regionHandleCallback(), LLURLDispatcherImpl::regionNameCallback(), LLVolumeImplFlexible::remapSections(), LLManipScale::render(), LLManipRotate::render(), LLHUDEffectPointAt::render(), LLHUDEffectLookAt::render(), LLImagePreviewSculpted::render(), LLAgent::renderAutoPilotTarget(), LLManipScale::renderAxisHandle(), LLManipScale::renderCorners(), LLManipScale::renderEdges(), LLManipScale::renderFaces(), LLManip::renderGuidelines(), LLHUDIcon::renderIcon(), LLViewerObjectList::renderObjectBeacons(), LLViewerObjectList::renderObjectsForMap(), LLViewerParcelOverlay::renderPropertyLines(), LLVOAvatar::renderSkinned(), LLManipTranslate::renderSnapGuides(), LLManipRotate::renderSnapGuides(), LLHUDText::renderText(), LLManipTranslate::renderTranslationHandles(), LLDrawPoolTree::renderTree(), LLManip::renderXYZ(), LLAgent::resetCamera(), LLWorld::resolveStepHeightGlobal(), rotate_vector(), LLCoordFrame::rotateToAbsolute(), LLCoordFrame::rotateToLocal(), run_cast(), run_print(), run_pushargq(), run_pushargv(), sanitize_corners(), LLAgentPilot::save(), LLVector4::scaleVec(), LLVector3::scaleVec(), sculpt_rgb_to_vector(), LLPanelObject::sendPosition(), LLVoiceClient::sendPositionalUpdate(), LLPanelObject::sendRotation(), LLKeyframeMotion::serialize(), LLBVHLoader::serialize(), LLVector4::set(), LLVector3::set(), LLQuaternion::set(), LLQuaternion::setAngleAxis(), LLCoordFrame::setAxes(), LLVOAvatar::setClothesColor(), LLUndoWearable::setColor(), LLAgent::setFocusOnAvatar(), LLMatrix4::setFwdCol(), LLMatrix4::setFwdRow(), LLMatrix4::setLeftCol(), LLMatrix4::setLeftRow(), LLCoordFrame::setOrigin(), LLSurface::setOriginGlobal(), LLCoordFrame::setOriginZ(), LLPartSysData::setPartAccel(), LLViewerObject::setPixelAreaAndAngle(), LLFloaterReporter::setPosBox(), LLXform::setPositionZ(), LLQuaternion::setQuat(), LLQuaternion::setQuatInit(), LLXform::setRotation(), LLAgent::setStartPosition(), LLColor4U::setToBlack(), LLColor4::setToBlack(), LLColor4U::setToWhite(), LLColor4::setToWhite(), LLMatrix4::setTranslation(), LLVOAvatar::setupBone(), LLMatrix4::setUpCol(), LLMatrix4::setUpRow(), LLAgent::setupSitCamera(), LLVector4::setVec(), LLColor4U::setVec(), LLColor4::setVec(), LLVector3::setVec(), LLVector3d::setVec(), LLV4Vector3::setVec(), setVecZ(), LLPrimitive::setVelocityZ(), LLSurface::setWaterHeight(), LLJoint::setWorldMatrix(), LLJoint::setWorldPosition(), LLJoint::setWorldRotation(), LLQuaternion::shortestArc(), LLAgent::slamLookAt(), slerp(), LLVector3::snap(), LLCamera::sphereInFrustumOld(), LLAgent::startAutoPilotGlobal(), LLFloaterWorldMap::teleport(), LLAgent::teleportViaLocation(), LLFloaterWorldMap::trackLocation(), LLFloaterWorldMap::trackURL(), LLCoordFrame::transformToAbsolute(), LLCoordFrame::transformToLocal(), LLCoordFrame::translate(), LLMatrix3::transpose(), LLV4Matrix4::transpose(), LLV4Matrix3::transpose(), LLQuaternion::transpose(), LLQuaternion::transQuat(), LLQuaternion::unpackFromVector3(), LLFloaterTelehub::unpackTelehubInfo(), LLDebugText::update(), LLViewerPartSourceScript::update(), LLFollowCam::update(), LLFollowCam::updateBehindnessConstraint(), LLAgent::updateCamera(), LLVOAvatar::updateCharacter(), LLViewerRegion::updateCoarseLocations(), LLFloaterSettingsDebug::updateControl(), LLVOSky::updateFog(), LLVOGround::updateGeometry(), LLViewerJointMesh::updateGeometryOriginal(), LLVOAvatar::updateHeadOffset(), LLFloaterWorldMap::updateLocation(), LLVOAvatar::updateMeshTextures(), LLViewerPartSourceChat::updatePart(), LLViewerPartSourceSpiral::updatePart(), LLViewerPartGroup::updateParticles(), LLViewerParcelOverlay::updatePropertyLines(), LLVOSky::updateReflectionGeometry(), LLVOVolume::updateRelativeXform(), LLVolumeImplFlexible::updateRelativeXform(), LLVOAvatar::updateShadowFaces(), LLManipScale::updateSnapGuides(), LLViewerObject::updateText(), LLSurfacePatch::updateVerticalStats(), LLManipRotate::updateVisiblity(), vec3to4(), vec4to3(), vector2bytestream(), LLWorldMapView::viewPosToGlobal(), and LLVector4::zeroVec().

const U32 WEST = 2

const U8 WEST_MASK = 0x1<<WEST


Generated on Fri May 16 08:34:38 2008 for SecondLife by  doxygen 1.5.5