Panda3D
Functions
pgItem.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pgItem.h"
#include "pgMouseWatcherParameter.h"
#include "pgCullTraverser.h"
#include "config_pgui.h"
#include "boundingVolume.h"
#include "pandaNode.h"
#include "sceneGraphReducer.h"
#include "throw_event.h"
#include "string_utils.h"
#include "nodePath.h"
#include "cullTraverser.h"
#include "cullTraverserData.h"
#include "cullBinManager.h"
#include "clipPlaneAttrib.h"
#include "scissorAttrib.h"
#include "dcast.h"
#include "boundingSphere.h"
#include "boundingBox.h"
#include "config_mathutil.h"

Go to the source code of this file.

Functions

bool is_right (const LVector2 &v1, const LVector2 &v2)
 Returns true if the 2-d v1 is to the right of v2. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2002-03-13

Definition in file pgItem.cxx.

Function Documentation

◆ is_right()

bool is_right ( const LVector2 &  v1,
const LVector2 &  v2 
)
inline

Returns true if the 2-d v1 is to the right of v2.

Definition at line 50 of file pgItem.cxx.