math/ reflections.bi

Summary
math/ reflections.bi
LicenseCopyright © 2009, FreeBASIC Extended Library Development Group
ext.math
Functions
GetReflectedVector
GetReflectedVector

License

Copyright © 2009, FreeBASIC Extended Library Development Group

Distributed under the FreeBASIC Extended Library Group license.  See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License

Functions

GetReflectedVector

declare function GetReflectedVector overload (
   byval v as fbext_Vector2(( T_)),
   byval surfaceNormal as fbext_Vector2(( T_))
) as fbext_Vector2(( T_))

GetReflectedVector

declare function GetReflectedVector overload (
   byval v as fbext_Vector2(( T_)),
   byval l as fbext_Line2(( T_))
) as fbext_Vector2(( T_))
declare function GetReflectedVector overload (
   byval v as fbext_Vector2(( T_)),
   byval surfaceNormal as fbext_Vector2(( T_))
) as fbext_Vector2(( T_))