CameraFrustum Struct Reference

Camera frustum. More...

#include <Types.h>

# Public Attributes

int16 x0
 x0 frustum
int16 y0
 y0 frustum
int16 z0
 z0 frustum
int16 x1
 x1 frustum
int16 y1
 y1 frustum
int16 z1
 z1 frustum

# Detailed Description

Camera frustum.

Definition at line 346 of file Types.h.

# Member Data Documentation

# x0

int16 CameraFrustum::x0

x0 frustum

Definition at line 349 of file Types.h.

# x1

int16 CameraFrustum::x1

x1 frustum

Definition at line 355 of file Types.h.

# y0

int16 CameraFrustum::y0

y0 frustum

Definition at line 351 of file Types.h.

# y1

int16 CameraFrustum::y1

y1 frustum

Definition at line 357 of file Types.h.

# z0

int16 CameraFrustum::z0

z0 frustum

Definition at line 353 of file Types.h.

# z1

int16 CameraFrustum::z1

z1 frustum

Definition at line 359 of file Types.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Misc/Types.h