LFrustumd

from panda3d.core import LFrustumd
class LFrustumd

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of LFrustumd

__init__(*args, **kwargs)
makeOrtho()

C++ Interface: make_ortho(const LFrustumd self, double fnear, double ffar) make_ortho(const LFrustumd self, double fnear, double ffar, double l, double r, double t, double b)

/**
  • Behaves like gluOrtho

*/

/**
  • Behaves like gluOrtho

*/

makeOrtho2D()

C++ Interface: make_ortho_2D(const LFrustumd self) make_ortho_2D(const LFrustumd self, double l, double r, double t, double b)

/**
  • Sets up a two-dimensional orthographic frustum

*/

/**
  • Sets up a two-dimensional orthographic frustum

*/

makePerspective()

C++ Interface: make_perspective(const LFrustumd self, double xfov, double yfov, double fnear, double ffar)

/**

*/

makePerspectiveHfov()

C++ Interface: make_perspective_hfov(const LFrustumd self, double xfov, double aspect, double fnear, double ffar)

/**
  • Behaves like gluPerspective (Aspect = width/height, Yfov in degrees)

*/

makePerspectiveVfov()

C++ Interface: make_perspective_vfov(const LFrustumd self, double yfov, double aspect, double fnear, double ffar)

/**

*/

make_ortho()

C++ Interface: make_ortho(const LFrustumd self, double fnear, double ffar) make_ortho(const LFrustumd self, double fnear, double ffar, double l, double r, double t, double b)

/**
  • Behaves like gluOrtho

*/

/**
  • Behaves like gluOrtho

*/

make_ortho_2D()

C++ Interface: make_ortho_2D(const LFrustumd self) make_ortho_2D(const LFrustumd self, double l, double r, double t, double b)

/**
  • Sets up a two-dimensional orthographic frustum

*/

/**
  • Sets up a two-dimensional orthographic frustum

*/

make_perspective()

C++ Interface: make_perspective(const LFrustumd self, double xfov, double yfov, double fnear, double ffar)

/**

*/

make_perspective_hfov()

C++ Interface: make_perspective_hfov(const LFrustumd self, double xfov, double aspect, double fnear, double ffar)

/**
  • Behaves like gluPerspective (Aspect = width/height, Yfov in degrees)

*/

make_perspective_vfov()

C++ Interface: make_perspective_vfov(const LFrustumd self, double yfov, double aspect, double fnear, double ffar)

/**

*/