C# Class Core2D.Math.Sat.Projection

Projection for Separating Axis Theorem implementation.
Show file Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Contains ( Projection p ) : bool

GetOverlap ( Projection p ) : double

Overlap ( Projection p ) : bool

Projection ( double min, double max ) : System.Math

Method Details

Contains() public method

public Contains ( Projection p ) : bool
p Projection
return bool

GetOverlap() public method

public GetOverlap ( Projection p ) : double
p Projection
return double

Overlap() public method

public Overlap ( Projection p ) : bool
p Projection
return bool

Projection() public method

public Projection ( double min, double max ) : System.Math
min double
max double
return System.Math