| Vector2FRotate Method |
Rotates the vector counter-clockwise.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public Vector2F Rotate(
float angle
)
Public Function Rotate (
angle As Single
) As Vector2F
public:
Vector2F Rotate(
float angle
)
member Rotate :
angle : float32 -> Vector2F
Parameters
- angle
- Type: SystemSingle
Angle (in radians).
Return Value
Type:
Vector2F Rotated vector.
See Also