# Vector4

> Struct

Inherited Members

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

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

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

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

***

Namespace: UnityEngine.Pixyz.Geom

```csharp
[Serializable]
public struct Vector4
```

## Constructors

### Vector4(Point4)

```csharp
public Vector4(Point4 value)
```

Parameters

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

## Fields

### \_base

```csharp
public Point4 _base
```

Returns

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

## Operators

### implicit operator Point4(Vector4)

```csharp
public static implicit operator Point4(Vector4 v)
```

Parameters

| Type                      | Name | Description |
| ------------------------- | ---- | ----------- |
| [Vector4](./geom_vector4) | v    |             |

Returns

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

### implicit operator Vector4(Point4)

```csharp
public static implicit operator Vector4(Point4 v)
```

Parameters

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

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [Vector4](./geom_vector4) |             |
