G | |
gamma, ext.math | |
gauss_kuzmin_wirsing, ext.math | |
get, File | |
Get | |
getArg, Parser | |
GetArrayData, matrix | |
getError, Parser | |
GetErrorText, ext | |
GetImage, Sprite | |
GetProjectedPoint, ext.math | |
GetReflectedVector, ext.math | |
getRemainder, Parser | |
getText, node | |
GetTextWidth, ext. gfx.font | |
Getting a Pointer to Image Data | |
Getting Live Help | |
ext. | gfx |
ext. | gfx.bmp |
ext. | gfx. colors |
ext. | gfx.font |
ext. | gfx.jpg |
ext. | gfx.png |
ext. | gfx.tga |
global operator* | |
global operator+ | |
global operator- | |
global operator-(negate) | |
global operator/ | |
global operator<>, ListIteratorToConst__ | |
global operator=, ListIteratorToConst__ | |
golomb, ext.math | |
Gram_Scmidt, matrix | |
fbextPP_ | GreaterThan |
FBEXT_PP_ | GREATERTHAN |
GreaterThanComparable | |
H | |
handle | |
hasError, Parser | |
ext. | hashes |
ext. | hashes.md5 |
fbext_ | HashTable(T_) |
HashTableIterator(type), ext | |
height, Image | |
High Level API, ext. hashes.md5 | |
Home | |
Hook, ext. Testly |
const gamma as double = 0.577215664901532860606
const gauss_kuzmin_wirsing as double = 0.303663002898732
Gets any number of a datatype from the open file, overloaded for all built-in types.
declare sub get( byval filepos as longint = -1, byref data_ as fbext_TypeName(T_), byval amount as integer = 1 )
Retrieves the wrapped pointer.
declare function Get ( ) as fbext_TypeName(T_) ptr
Returns a reference to the list element being pointed to.
declare function Get ( ) as fbext_TypeName( T_) ptr
Gets a pointer that is constant to the referenced element.
declare function Get ( ) as const fbext_TypeName( T_) ptr
Provided to allow passing a ScopedArray(type) to a procedure requiring a (type) ptr
declare function Get ( ) as fbext_TypeName(T_) ptr
Provided to allow passing a ScopedPtr(type) to a procedure requiring a (type) ptr
declare function Get ( ) as fbext_TypeName(T_) ptr
Retrieves the wrapped pointer.
declare function Get ( ) as fbext_TypeName(T_) ptr
declare function getArg( byval index as integer ) as string
Returns a pointer to the matrix data for passing to OpenGL functions.
declare property GetArrayData() as single ptr
Returns a string describing the error.
declare function getError() as string
Retrieves the English description of an error number
declare function GetErrorText ( byval err_number as integer ) as string
declare function GetImage( byval index as uinteger ) as FB.IMAGE ptr
Finds the closest point on a line from a point in 2D space.
declare function GetProjectedPoint overload ( byval l as fbext_Line2(( T_)), byval p as fbext_Vector2(( 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_))
All unparsed content from the command line.
declare function getRemainder() as string
Returns the value of a Text element.
declare property getText( ) as string
Returns the width of a string in a particular draw string font.
declare function GetTextWidth( byval fnt as const FB. IMAGE ptr, byref xstr as const string ) as uinteger
const golomb as double = 0.6243299885435508
expands to `1` if a compares greater than or equal to b, otherwise it expands to `0`.
# define fbextPP_GreaterThan( a, b ) fbextPP_LessThan(b, a)
is deprecated.
# define FBEXT_PP_GREATERTHAN( a, b ) fbextPP_GreaterThan(a, b)
Returns a pointer to the database dependant handle for this connection.
declare function handle() as any ptr
Used to retrieve the handle of the open file for use in input and write statements.
declare property handle() as integer
Database dependant handle to this prepared statement.
declare function handle() as any ptr
Returns true if there was an error parsing the command line.
declare function hasError() as bool
This is a prototype for a subroutine for iterating through a hashtable.
type fbext_HashTableIterator( T_ ) as sub ( byref key as const string, byval value as fbext_TypeName(T_) ptr )
Returns the height of the image.
declare function height( ) as ext.SizeType