SFML.Net
Vector3fDivision 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 Vector3f operator /( Vector3f v, float x )
Public Shared Operator / ( v As Vector3f, x As Single ) As Vector3f
public: static Vector3f operator /( Vector3f v, float x )
static let inline (/) v : Vector3f * x : float32 : Vector3f
Parameters
- v
- Type: SFML.SystemVector3f
Vector - x
- Type: SystemSingle
Scalar value
Return Value
Type: Vector3fv / x
