Constructor given bounding rectangle and a rotation.
Namespace: Lucene.Net.Spatial.Geometry.ShapeAssembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public Ellipse( Point2D p1, Point2D p2, double angle ) |
Visual Basic |
---|
Public Sub New ( _ p1 As Point2D, _ p2 As Point2D, _ angle As Double _ ) |
Visual C++ |
---|
public: Ellipse( Point2D^ p1, Point2D^ p2, double angle ) |
Parameters
- p1
- Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D
The point 1.
- p2
- Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D
The point 2.
- angle
- Type: System..::..Double
The angle.