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