C# Class Fusion.Engine.Graphics.GIS.DebugGisLayer

Inheritance: Gis.GisLayer
ファイルを表示 Open project: demiurghg/FusionEngine

Public Methods

Method Description
Clear ( ) : void
DebugGisLayer ( Game game ) : System
Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
DrawBoundingBox ( BoundingBox box ) : void
DrawBoundingBox ( BoundingBox box, DMatrix transform ) : void
DrawLine ( System.DVector3 pos0, System.DVector3 pos1, Color color ) : void
DrawPoint ( System.DVector3 pos, double size ) : void
Select ( System.DVector3 nearPoint, System.DVector3 farPoint ) : List

Method Details

Clear() public method

public Clear ( ) : void
return void

DebugGisLayer() public method

public DebugGisLayer ( Game game ) : System
game Game
return System

Draw() public method

public Draw ( GameTime gameTime, ConstantBuffer constBuffer ) : void
gameTime Fusion.Engine.Common.GameTime
constBuffer ConstantBuffer
return void

DrawBoundingBox() public method

public DrawBoundingBox ( BoundingBox box ) : void
box BoundingBox
return void

DrawBoundingBox() public method

public DrawBoundingBox ( BoundingBox box, DMatrix transform ) : void
box BoundingBox
transform DMatrix
return void

DrawLine() public method

public DrawLine ( System.DVector3 pos0, System.DVector3 pos1, Color color ) : void
pos0 System.DVector3
pos1 System.DVector3
color Color
return void

DrawPoint() public method

public DrawPoint ( System.DVector3 pos, double size ) : void
pos System.DVector3
size double
return void

Select() public method

public Select ( System.DVector3 nearPoint, System.DVector3 farPoint ) : List
nearPoint System.DVector3
farPoint System.DVector3
return List