Vector.Divide Method (Double) |
Divide this vector by a scale factor.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Vector Divide(
double factor
)
Public Function Divide (
factor As Double
) As Vector
public:
Vector^ Divide(
double factor
)
member Divide :
factor : float -> Vector
Parameters
- factor
- Type: System.Double
The factor to divide.
Return Value
Type:
VectorA new vector representing the division of this vector and the scale factor.
See Also