MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Typedefs | Functions
Point.h File Reference
#include <stdlib.h>
#include "itype.h"
#include "Random.h"
#include "Util.h"
#include "Point.tcc"

Go to the source code of this file.

Data Structures

class  MFM::Point< T >
 

Typedefs

typedef Point< s32 > MFM::SPoint
 
typedef Point< u32 > MFM::UPoint
 
typedef Point< s16 > MFM::SSPoint
 
typedef Point< u16 > MFM::USPoint
 

Functions

UPoint MFM::MakeUnsigned (const SPoint &spoint)
 
bool MFM::CanMakeUnsigned (const SPoint &spoint)
 
SPoint MFM::MakeSigned (const UPoint &upoint)
 
bool MFM::CanMakeSigned (const UPoint &upoint)
 

Detailed Description

Two-dimensional integral vector

Author
Trent R. Small.
David H. Ackley.
Date
(C) 2014 All rights reserved.
Code License:
LGPL
License Note:
All code samples shown in documentation are placed into the public domain.