# DecomposeTransformReturn

> Class

Inheritance

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

***

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

## Constructors

### DecomposeTransformReturn()

```csharp
public DecomposeTransformReturn()
```

### DecomposeTransformReturn(DecomposeTransformReturn)

```csharp
public DecomposeTransformReturn(DecomposeTransformReturn o)
```

Parameters

| Type                                                        | Name | Description |
| ----------------------------------------------------------- | ---- | ----------- |
| [DecomposeTransformReturn](./geom_decomposetransformreturn) | o    |             |

## Fields

### translation

```csharp
public Point3 translation
```

Returns

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

### rotation

```csharp
public Point4 rotation
```

Returns

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

### scale

```csharp
public Point3 scale
```

Returns

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