SFML.Net
Vector2fDivision Operator |
Operator / overload ; divide a vector by a scalar value
Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)

public static Vector2f operator /( Vector2f v, float x )
Public Shared Operator / ( v As Vector2f, x As Single ) As Vector2f
public: static Vector2f operator /( Vector2f v, float x )
static let inline (/) v : Vector2f * x : float32 : Vector2f
Parameters
- v
- Type: SFML.SystemVector2f
Vector - x
- Type: SystemSingle
Scalar value
Return Value
Type: Vector2fv / x
