Frustum
class Frustum(val grapheneFrustumPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
A 3D volume delimited by 2D clip planes.
The contents of the graphene_frustum_t
are private, and should not be modified directly.
Skipped during bindings generation
parameter
planes
: planes: Out parameter is not supported
Since
1.2
Constructors
Link copied to clipboard
constructor()
Allocate a new Frustum.
constructor(scope: <Error class: unknown class>)
Allocate a new Frustum using the provided AutofreeScope.
constructor(grapheneFrustumPointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
Functions
Link copied to clipboard
Checks whether a point is inside the volume defined by the given #graphene_frustum_t.
Link copied to clipboard
Initializes the given #graphene_frustum_t using the clipping planes of another #graphene_frustum_t.
Link copied to clipboard
Initializes a #graphene_frustum_t using the given @matrix.
Link copied to clipboard
Checks whether the given @box intersects a plane of a #graphene_frustum_t.
Link copied to clipboard
Checks whether the given @sphere intersects a plane of a #graphene_frustum_t.