| Vector2FGetReflected Method |
Creates a new vector which is reflected by the specified vector.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public Vector2F GetReflected(
Vector2F reflect
)
Public Function GetReflected (
reflect As Vector2F
) As Vector2F
public:
Vector2F GetReflected(
Vector2F reflect
)
member GetReflected :
reflect : Vector2F -> Vector2F
Parameters
- reflect
- Type: Slash.Math.Algebra.VectorsVector2F
Vector to reflect with.
Return Value
Type:
Vector2FThis vector reflected with the specified vector.
See Also