Dot
Overloads
| Name | Description |
|---|---|
| Dot(Vector3D vector) | Dot |
| Dot(Vector3D vector1, Vector3D vector2) | Dot |
Dot(Vector3D vector)
public float Dot(Vector3D vector)
Dot
Parameters
| Name | Type | Description |
|---|---|---|
| vector | Vector3D | Vector |
Returns
| Type | Description |
|---|---|
| float | 내적 |
Dot(Vector3D vector1, Vector3D vector2)
public static float Dot(Vector3D vector1, Vector3D vector2)
Dot
Parameters
| Name | Type | Description |
|---|---|---|
| vector1 | Vector3D | Vector 1 |
| vector2 | Vector3D | Vector 2 |
Returns
| Type | Description |
|---|---|
| float | 내적 |