Vector |
| Name | Description | |
|---|---|---|
| Divide(Vector4, Vector4) | Divides the components of a Vector4 by the components of another Vector4. | |
| Divide(Vector4, Double) | Divides the components of a Vector4 by a scalar. | |
| Divide(Vector4, Vector4, Vector4) | Divides the components of a Vector4 by the components of another Vector4. | |
| Divide(Vector4, Double, Vector4) | Divides the components of a Vector4 by a scalar. |