Panda3D
Functions
transformState.cxx File Reference

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...
 

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-02-25

Definition in file transformState.cxx.

Function Documentation

◆ CPT()

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.