Dot
Overloads
| Name | Description |
|---|---|
| Dot(Vertex3D v) | Dot |
| Dot(Vertex3D v1, Vertex3D v2) | Dot |
Dot(Vertex3D v)
public float Dot(Vertex3D v)
Dot
Parameters
| Name | Type | Description |
|---|---|---|
| v | Vertex3D | Vertex |
Returns
| Type | Description |
|---|---|
| float | 내적 |
Dot(Vertex3D v1, Vertex3D v2)
public static float Dot(Vertex3D v1, Vertex3D v2)
Dot
Parameters
| Name | Type | Description |
|---|---|---|
| v1 | Vertex3D | Vertex1 |
| v2 | Vertex3D | Vertex2 |
Returns
| Type | Description |
|---|---|
| float | 내적 |