VectorCulling

Types

uint32_t Space

Detailed Description

class VectorCulling

The VectorCulling class is used to define vector culling on an instance.

Public Types

enum Space

Values:

enumerator None

The vector is not specified.

enumerator World

The vector is specified in world coordinates.

enumerator Object

The vector is specified in object coordinates.

Public Functions

inline VectorCulling()
inline VectorCulling(Vector const &vector, float tolerance, Space space)

Public Members

Vector vector
float tolerance
Space space