# implicit operator PhysicsTransform

> Implicit conversion of a Vector2 that represents a translation transformation with no rotation.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

## implicit operator PhysicsTransform(PhysicsTransfor)

Implicit conversion of a [Vector2](/engine/6000.3/script-reference/unityengine/vector2.md) that represents a translation transformation with no rotation.

```csharp
public static implicit operator PhysicsTransform(Vector2 position)
```

### Parameters

**** (\[Vector2]\(/engine/6000.3/script-reference/unityengine/vector2)): The translation for the transformation.

### Returns

| Type                                                                                                  | Description |
| ----------------------------------------------------------------------------------------------------- | ----------- |
| [PhysicsTransform](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicstransform.md) |             |

## implicit operator PhysicsTransform(PhysicsTransfor)

Implicit conversion of a [PhysicsRotate](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsrotate.md) that represents a rotation transformation with no translation.

```csharp
public static implicit operator PhysicsTransform(PhysicsRotate rotation)
```

### Parameters

**** (\[PhysicsRotate]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsrotate)): The translation for the transformation.

### Returns

| Type                                                                                                  | Description |
| ----------------------------------------------------------------------------------------------------- | ----------- |
| [PhysicsTransform](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicstransform.md) |             |
