CollisionPlane

from panda3d.core import CollisionPlane
class CollisionPlane

Bases: CollisionSolid

Inheritance diagram

Inheritance diagram of CollisionPlane

__init__(*args, **kwargs)
distToPlane()

C++ Interface: dist_to_plane(CollisionPlane self, const LPoint3f point)

/**

*/

dist_to_plane()

C++ Interface: dist_to_plane(CollisionPlane self, const LPoint3f point)

/**

*/

flip()

C++ Interface: flip(const CollisionPlane self)

/**
  • Convenience method to flip the plane in-place.

*/

getClassType()

C++ Interface: get_class_type()

getNormal()

C++ Interface: get_normal(CollisionPlane self)

/**

*/

getPlane()

C++ Interface: get_plane(CollisionPlane self)

/**

*/

get_class_type()

C++ Interface: get_class_type()

get_normal()

C++ Interface: get_normal(CollisionPlane self)

/**

*/

get_plane()

C++ Interface: get_plane(CollisionPlane self)

/**

*/

normal
plane
setPlane()

C++ Interface: set_plane(const CollisionPlane self, const LPlanef plane)

/**

*/

set_plane()

C++ Interface: set_plane(const CollisionPlane self, const LPlanef plane)

/**

*/