# HexahedronParameters

> Struct

Inherited Members

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

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

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

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

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

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

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public struct HexahedronParameters
```

## Constructors

### HexahedronParameters(HexahedronParameters)

```csharp
public HexahedronParameters(HexahedronParameters o)
```

Parameters

| Type                                                | Name | Description |
| --------------------------------------------------- | ---- | ----------- |
| [HexahedronParameters](./algo_hexahedronparameters) | o    |             |

## Fields

### XLength

```csharp
public double XLength
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### YLength

```csharp
public double YLength
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### ZLength

```csharp
public double ZLength
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |
