Struct GeoPoint2DWithParameter
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability.Curve2D
Assembly: CADability.dll
Syntax
public struct GeoPoint2DWithParameter
Constructors
| Improve this Doc View SourceGeoPoint2DWithParameter(GeoPoint2D, Double, Double)
Declaration
public GeoPoint2DWithParameter(GeoPoint2D p, double par1, double par2)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint2D | p | |
| System.Double | par1 | |
| System.Double | par2 |
Fields
| Improve this Doc View Sourcep
Declaration
public GeoPoint2D p
Field Value
| Type | Description |
|---|---|
| GeoPoint2D |
par1
Declaration
public double par1
Field Value
| Type | Description |
|---|---|
| System.Double |
par2
Declaration
public double par2
Field Value
| Type | Description |
|---|---|
| System.Double |