Vector3D Constructors
Overloads
| Name | Description |
|---|---|
| Vector3D() | Construction |
| Vector3D(float x, float y, float z) | Construction |
| Vector3D(string x, string y, string z) | Construction |
| Vector3D(int x, int y, int z) | Construction |
| Vector3D(double x, double y, double z) | Construction |
| Vector3D(Vertex3D v) | Construction |
| Vector3D(Vector3D v) | Construction |
| Vector3D(float[] v) | Construction |
Vector3D()
public Vector3D()
Construction
Vector3D(float x, float y, float z)
public Vector3D(float x, float y, float z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | X |
| y | float | Y |
| z | float | Z |
Vector3D(string x, string y, string z)
public Vector3D(string x, string y, string z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | string | X |
| y | string | Y |
| z | string | Z |
Vector3D(int x, int y, int z)
public Vector3D(int x, int y, int z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | int | X |
| y | int | Y |
| z | int | Z |
Vector3D(double x, double y, double z)
public Vector3D(double x, double y, double z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | double | X |
| y | double | Y |
| z | double | Z |
Vector3D(Vertex3D v)
public Vector3D(Vertex3D v)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| v | Vertex3D | Vertex |
Vector3D(Vector3D v)
public Vector3D(Vector3D v)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| v | Vector3D | Vector3D |
Vector3D(float[] v)
public Vector3D(float[] v)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| v | Single[] | Vertex |