Vector3d
constructor in Coherence.Common.Vector3d
Constructors
public Vector3d(double x, double y, double z)
Parameters
Type | Name | Description |
---|---|---|
double | x | |
double | y | |
double | z |
public Vector3d(float x, float y, float z)
Parameters
Type | Name | Description |
---|---|---|
float | x | |
float | y | |
float | z |
public Vector3d(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
double | x | |
double | y |