# Matrix4

> Class

Inheritance

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

***

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 Matrix4
```

## Constructors

### Matrix4()

```csharp
public Matrix4()
```

### Matrix4(Array4\[])

```csharp
public Matrix4(Array4[] t)
```

Parameters

| Type                        | Name | Description |
| --------------------------- | ---- | ----------- |
| [Array4\[\]](./geom_array4) | t    |             |

## Fields

### this\[int]

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

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Array4](./geom_array4) |             |

### tab

```csharp
public Array4[] tab
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Array4\[\]](./geom_array4) |             |

## Operators

### implicit operator Array4\[]\(Matrix4)

```csharp
public static implicit operator Array4[](Matrix4 o)
```

Parameters

| Type                      | Name | Description |
| ------------------------- | ---- | ----------- |
| [Matrix4](./geom_matrix4) | o    |             |

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Array4\[\]](./geom_array4) |             |
