PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "transformState.h"
#include "compose_matrix.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "datagramIterator.h"
#include "indent.h"
#include "compareTo.h"
#include "pStatTimer.h"
#include "config_pgraph.h"
#include "lightReMutexHolder.h"
#include "lightMutexHolder.h"
#include "thread.h"
Go to the source code of this file.
Functions | |
CPT (TransformState) TransformState | |
Constructs an identity transform. More... | |
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."
Definition in file transformState.cxx.
CPT | ( | TransformState | ) |
Constructs an identity transform.
Makes a new two-dimensional TransformState with the specified 3x3 transformation matrix.
Makes a new two-dimensional TransformState with the specified components.
Makes a new TransformState with the specified transformation matrix.
Makes a new TransformState with the specified components.
Constructs an invalid transform; for instance, the result of inverting a singular matrix.
Definition at line 240 of file transformState.cxx.