# GetHermiteCurveDefinitionReturn

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* GetHermiteCurveDefinitionReturn

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.CAD

```csharp
[Serializable]
public class GetHermiteCurveDefinitionReturn
```

## Constructors

### GetHermiteCurveDefinitionReturn()

```csharp
public GetHermiteCurveDefinitionReturn()
```

### GetHermiteCurveDefinitionReturn(GetHermiteCurveDefinitionReturn)

```csharp
public GetHermiteCurveDefinitionReturn(GetHermiteCurveDefinitionReturn o)
```

Parameters

| Type                                                                     | Name | Description |
| ------------------------------------------------------------------------ | ---- | ----------- |
| [GetHermiteCurveDefinitionReturn](./cad_gethermitecurvedefinitionreturn) | o    |             |

## Fields

### firstPoint

```csharp
public Point3 firstPoint
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### secondPoint

```csharp
public Point3 secondPoint
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### firstTangent

```csharp
public Point3 firstTangent
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### secondTangent

```csharp
public Point3 secondTangent
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |
