math/ line2.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
ext.math | |
Line2 | Represents a Line segment defined by 2 Vector2( type )s |
Variables | |
a | Vector2( type ) representing the start of the line segment. |
b | Vector2( type ) representing the end of the line segment. |
Functions | |
default constructor | |
component constructor | |
copy constructor | |
copy operator let |
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
Represents a Line segment defined by 2 Vector2( type )s
Variables | |
a | Vector2( type ) representing the start of the line segment. |
b | Vector2( type ) representing the end of the line segment. |
Functions | |
default constructor | |
component constructor | |
copy constructor | |
copy operator let |
Vector2( type ) representing the start of the line segment.
a as fbext_Vector2( ( T_) )
Vector2( type ) representing the end of the line segment.
b as fbext_Vector2( ( T_) )