# Point4List

> Class

Inheritance

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

***

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.Geom

```csharp
[Serializable]
public class Point4List
```

## Constructors

### Point4List(Point4\[])

```csharp
public Point4List(Point4[] tab)
```

Parameters

| Type                        | Name | Description |
| --------------------------- | ---- | ----------- |
| [Point4\[\]](./geom_point4) | tab  |             |

### Point4List(int)

```csharp
public Point4List(int size)
```

Parameters

| Type                                                       | Name | Description |
| ---------------------------------------------------------- | ---- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | size |             |

## Fields

### length

```csharp
public int length { get; }
```

Returns

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

### this\[int]

```csharp
public Point4 this[int index] { get; set; }
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point4](./geom_point4) |             |

### list

```csharp
public Point4[] list
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Point4\[\]](./geom_point4) |             |

## Operators

### implicit operator Point4\[]\(Point4List)

```csharp
public static implicit operator Point4[](Point4List o)
```

Parameters

| Type                            | Name | Description |
| ------------------------------- | ---- | ----------- |
| [Point4List](./geom_point4list) | o    |             |

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Point4\[\]](./geom_point4) |             |
