Class SurfaceOfRevolution.HyperbolaHelp
Inheritance
System.Object
SurfaceOfRevolution.HyperbolaHelp
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: CADability.dll
Syntax
public class HyperbolaHelp : GeneralCurve2D, ICurve2D, IQuadTreeInsertable, I2DIntersectable
Constructors
|
Improve this Doc
View Source
HyperbolaHelp(GeoPoint, GeoVector, Double, Double)
Declaration
public HyperbolaHelp(GeoPoint sp, GeoVector dir, double ymin, double ymax)
Parameters
| Type |
Name |
Description |
| GeoPoint |
sp |
|
| GeoVector |
dir |
|
| System.Double |
ymin |
|
| System.Double |
ymax |
|
Fields
|
Improve this Doc
View Source
a
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
b
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
tmax
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
tmin
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
ymax
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
ymin
Declaration
Field Value
| Type |
Description |
| System.Double |
|
|
Improve this Doc
View Source
yoffset
Declaration
Field Value
| Type |
Description |
| System.Double |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override ICurve2D Clone()
Returns
Overrides
|
Improve this Doc
View Source
Copy(ICurve2D)
Declaration
public override void Copy(ICurve2D toCopyFrom)
Parameters
| Type |
Name |
Description |
| ICurve2D |
toCopyFrom |
|
Overrides
|
Improve this Doc
View Source
DirectionAt(Double)
Declaration
public override GeoVector2D DirectionAt(double Position)
Parameters
| Type |
Name |
Description |
| System.Double |
Position |
|
Returns
Overrides
|
Improve this Doc
View Source
PointAt(Double)
Declaration
public override GeoPoint2D PointAt(double Position)
Parameters
| Type |
Name |
Description |
| System.Double |
Position |
|
Returns
Overrides
|
Improve this Doc
View Source
PositionOf(GeoPoint2D)
Declaration
public override double PositionOf(GeoPoint2D Position)
Parameters
Returns
| Type |
Description |
| System.Double |
|
Overrides
|
Improve this Doc
View Source
Split(Double)
Declaration
public override ICurve2D[] Split(double Position)
Parameters
| Type |
Name |
Description |
| System.Double |
Position |
|
Returns
Overrides
Implements