Click or drag to resize
Vector2FGetPerpendicularVector Method
Returns a vector which is perpendicular to this vector.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public Vector2F GetPerpendicularVector()

Return Value

Type: Vector2F
Vector perpendicular to this one.
See Also