C# Class IrrlichtNETCP.ViewFrustum

Inheritance: NativeElement
Mostrar archivo Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
RecalculateBoundingBox ( ) : void
Transform ( Matrix4 mat ) : void
ViewFrustum ( IntPtr raw ) : System

Private Methods

Method Description
VF_GetBoundingBox ( IntPtr vf, [ box ) : void
VF_GetFarLeftDown ( IntPtr vf, [ pf ) : void
VF_GetFarLeftUp ( IntPtr vf, [ pf ) : void
VF_GetFarRightDown ( IntPtr vf, [ pf ) : void
VF_GetFarRightUp ( IntPtr vf, [ pf ) : void
VF_RecalculateBoundingBox ( IntPtr v ) : void
VF_Transform ( IntPtr vf, [ mat ) : void

Method Details

RecalculateBoundingBox() public method

public RecalculateBoundingBox ( ) : void
return void

Transform() public method

public Transform ( Matrix4 mat ) : void
mat Matrix4
return void

ViewFrustum() public method

public ViewFrustum ( IntPtr raw ) : System
raw System.IntPtr
return System