# Affine

> Class

Inheritance

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

***

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

## Constructors

### Affine()

```csharp
public Affine()
```

### Affine(Affine)

```csharp
public Affine(Affine o)
```

Parameters

| Type                    | Name | Description |
| ----------------------- | ---- | ----------- |
| [Affine](./geom_affine) | o    |             |

## Fields

### origin

```csharp
public Point3 origin
```

Returns

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

### xAxis

```csharp
public Point3 xAxis
```

Returns

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

### yAxis

```csharp
public Point3 yAxis
```

Returns

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

### zAxis

```csharp
public Point3 zAxis
```

Returns

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