Vector.Divide Method (Scalar) |
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(
Scalar factor
)
Public Function Divide (
factor As Scalar
) As Vector
public:
Vector^ Divide(
Scalar^ factor
)
member Divide :
factor : Scalar -> Vector
Parameters
- factor
- Type: AGI.Foundation.Geometry.Scalar
The factor to divide.
Return Value
Type:
VectorA new vector representing the division of this vector and the scale factor.
See Also