Panda3D
Functions
rotate_to.h File Reference

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

#include <math.h>
#include "pandabase.h"
#include "luse.h"

Go to the source code of this file.

Functions

BEGIN_PUBLISH EXPCL_PANDA_MATHUTIL void rotate_to (LMatrix3f &mat, const LVector3f &a, const LVector3f &b)
 
EXPCL_PANDA_MATHUTIL void rotate_to (LMatrix3d &mat, const LVector3d &a, const LVector3d &b)
 
EXPCL_PANDA_MATHUTIL void rotate_to (LMatrix4f &mat, const LVector3f &a, const LVector3f &b)
 
EXPCL_PANDA_MATHUTIL void rotate_to (LMatrix4d &mat, const LVector3d &a, const LVector3d &b)
 

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
1999-11-04

Definition in file rotate_to.h.