Show / Hide Table of Contents

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 Source

GeoPoint2DWithParameter(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 Source

p

Declaration
public GeoPoint2D p
Field Value
Type Description
GeoPoint2D
| Improve this Doc View Source

par1

Declaration
public double par1
Field Value
Type Description
System.Double
| Improve this Doc View Source

par2

Declaration
public double par2
Field Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX