# Matrix3

> Class

Inheritance

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

***

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

## Constructors

### Matrix3()

```csharp
public Matrix3()
```

### Matrix3(Array3\[])

```csharp
public Matrix3(Array3[] t)
```

Parameters

| Type                        | Name | Description |
| --------------------------- | ---- | ----------- |
| [Array3\[\]](./geom_array3) | t    |             |

## Fields

### this\[int]

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

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Array3](./geom_array3) |             |

### tab

```csharp
public Array3[] tab
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Array3\[\]](./geom_array3) |             |

## Operators

### implicit operator Array3\[]\(Matrix3)

```csharp
public static implicit operator Array3[](Matrix3 o)
```

Parameters

| Type                      | Name | Description |
| ------------------------- | ---- | ----------- |
| [Matrix3](./geom_matrix3) | o    |             |

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [Array3\[\]](./geom_array3) |             |
