Gorilla.Context.Frustum

Unit Gorilla.Context.Frustum.pas

Records

Constants

  • const GORILLA_FRUSTUM_TOP : Integer = $0;
  • const GORILLA_FRUSTUM_BOTTOM : Integer = $1;
  • const GORILLA_FRUSTUM_LEFT : Integer = $2;
  • const GORILLA_FRUSTUM_RIGHT : Integer = $3;
  • const GORILLA_FRUSTUM_NEAR : Integer = $4;
  • const GORILLA_FRUSTUM_FAR : Integer = $5;
  • const GORILLA_FRUSTUM_A : Integer = $0;
  • const GORILLA_FRUSTUM_B : Integer = $1;
  • const GORILLA_FRUSTUM_C : Integer = $2;
  • const GORILLA_FRUSTUM_D : Integer = $3;
  • const GORILLA_FRUSTUM_CORNER_FTL : Integer = $0;
  • const GORILLA_FRUSTUM_CORNER_FTR : Integer = $1;
  • const GORILLA_FRUSTUM_CORNER_FBL : Integer = $2;
  • const GORILLA_FRUSTUM_CORNER_FBR : Integer = $3;
  • const GORILLA_FRUSTUM_CORNER_NTL : Integer = $4;
  • const GORILLA_FRUSTUM_CORNER_NTR : Integer = $5;
  • const GORILLA_FRUSTUM_CORNER_NBL : Integer = $6;
  • const GORILLA_FRUSTUM_CORNER_NBR : Integer = $7;

Mics. types

  • type TGorillaFrustumType = array  [0..5]  of TVector3D;
  • type TFrustumCorners = array  [0..7]  of TPoint3D;

TGorillaFrustum

Fields

Methods

Properties