Struct Vector4
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
Syntax
[Serializable]
public struct Vector4
Constructors
Vector4(Point4)
Declaration
public Vector4(Point4 value)
Parameters
| Type | Name | Description |
|---|---|---|
| Point4 | value |
Fields
_base
Declaration
public Point4 _base
Field Value
| Type | Description |
|---|---|
| Point4 |
Operators
implicit operator Vector4(Point4)
Declaration
public static implicit operator Vector4(Point4 v)
Parameters
| Type | Name | Description |
|---|---|---|
| Point4 | v |
Returns
| Type | Description |
|---|---|
| Vector4 |
implicit operator Point4(Vector4)
Declaration
public static implicit operator Point4(Vector4 v)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector4 | v |
Returns
| Type | Description |
|---|---|
| Point4 |