Click or drag to resize
Vector2FGetReflected Method
Creates a new vector which is reflected by the specified vector.

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

Parameters

reflect
Type: Slash.Math.Algebra.VectorsVector2F
Vector to reflect with.

Return Value

Type: Vector2F
This vector reflected with the specified vector.
See Also