math/line2.bi

Summary
math/line2.bi
LicenseCopyright © 2007-2011, FreeBASIC Extended Library Development Group
ext.math
Line2Represents a Line segment defined by 2 Vector2( type )s
Variables
aVector2( type ) representing the start of the line segment.
bVector2( type ) representing the end of the line segment.
Functions
default constructor
component constructor
copy constructor
copy operator let

License

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/p/fb-extended-lib/wiki/License

ext.math

Line2

Represents a Line segment defined by 2 Vector2( type )s

Summary
Variables
aVector2( type ) representing the start of the line segment.
bVector2( type ) representing the end of the line segment.
Functions
default constructor
component constructor
copy constructor
copy operator let

Variables

a

a as fbext_Vector2(( T_))

Vector2( type ) representing the start of the line segment.

b

b as fbext_Vector2(( T_))

Vector2( type ) representing the end of the line segment.

Functions

default constructor

component constructor

copy constructor

copy operator let

a as fbext_Vector2(( T_))
Vector2( type ) representing the start of the line segment.
b as fbext_Vector2(( T_))
Vector2( type ) representing the end of the line segment.