C# Class MeshRenderer.Core.BoundingBox

Mostra file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Bottom float
Left float
Right float
Top float

Public Methods

Method Description
BoundingBox ( float left, float right, float bottom, float top ) : System
Reset ( ) : void
Update ( Point pt ) : void
Update ( PointF pt ) : void
Update ( double x, double y ) : void

Method Details

BoundingBox() public method

public BoundingBox ( float left, float right, float bottom, float top ) : System
left float
right float
bottom float
top float
return System

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( Point pt ) : void
pt Point
return void

Update() public method

public Update ( PointF pt ) : void
pt System.Drawing.PointF
return void

Update() public method

public Update ( double x, double y ) : void
x double
y double
return void

Property Details

Bottom public_oe property

public float Bottom
return float

Left public_oe property

public float Left
return float

Right public_oe property

public float Right
return float

Top public_oe property

public float Top
return float