math/ | |
License | Copyright © 2007-2011, 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 © 2007-2011, 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
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_) )