LFrustumf

from panda3d.core import LFrustumf
class LFrustumf

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of LFrustumf

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

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

/**
  • Behaves like gluOrtho

*/

/**
  • Behaves like gluOrtho

*/

makeOrtho2D()

C++ Interface: make_ortho_2D(const LFrustumf self) make_ortho_2D(const LFrustumf self, float l, float r, float t, float b)

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

*/

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

*/

makePerspective()

C++ Interface: make_perspective(const LFrustumf self, float xfov, float yfov, float fnear, float ffar)

/**

*/

makePerspectiveHfov()

C++ Interface: make_perspective_hfov(const LFrustumf self, float xfov, float aspect, float fnear, float ffar)

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

*/

makePerspectiveVfov()

C++ Interface: make_perspective_vfov(const LFrustumf self, float yfov, float aspect, float fnear, float ffar)

/**

*/

make_ortho()

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

/**
  • Behaves like gluOrtho

*/

/**
  • Behaves like gluOrtho

*/

make_ortho_2D()

C++ Interface: make_ortho_2D(const LFrustumf self) make_ortho_2D(const LFrustumf self, float l, float r, float t, float b)

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

*/

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

*/

make_perspective()

C++ Interface: make_perspective(const LFrustumf self, float xfov, float yfov, float fnear, float ffar)

/**

*/

make_perspective_hfov()

C++ Interface: make_perspective_hfov(const LFrustumf self, float xfov, float aspect, float fnear, float ffar)

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

*/

make_perspective_vfov()

C++ Interface: make_perspective_vfov(const LFrustumf self, float yfov, float aspect, float fnear, float ffar)

/**

*/