Aimsun Next Scripting
22
|
Public Member Functions | |
GKViewBookmarkStep () | |
~GKViewBookmarkStep () | |
void | copyTo (GKViewBookmarkStep *step) const |
bool | is2DValid () const |
const GKPoint & | getPoint () const |
void | setPoint (const GKPoint &apoint) |
GKCoord | getScale () const |
void | setScale (GKCoord ascale) |
bool | is3DValid () const |
const GKPoint & | getCenter3D () const |
void | setCenter3D (const GKPoint &apoint) |
const GKPoint & | getLineView3D () const |
void | setLineView3D (const GKPoint &apoint) |
const GKVector & | getVUp3D () const |
void | setVUp3D (const GKVector &avector) |
It can be configured for 2D and 3D purposes
GKViewBookmarkStep::GKViewBookmarkStep | ( | ) |
GKViewBookmarkStep::~GKViewBookmarkStep | ( | ) |
void GKViewBookmarkStep::copyTo | ( | GKViewBookmarkStep * | step | ) | const |
copies the 2D and 3D settings to the specifeid step
const GKPoint & GKViewBookmarkStep::getCenter3D | ( | ) | const |
It returns the center point of the 3D View
const GKPoint & GKViewBookmarkStep::getLineView3D | ( | ) | const |
It returns a point that defines the line view of the 3D View
const GKPoint & GKViewBookmarkStep::getPoint | ( | ) | const |
returns the 2D settings center point
GKCoord GKViewBookmarkStep::getScale | ( | ) | const |
On 2D settings, returns the view scale that will be set when the bookmark is selected.
const GKVector & GKViewBookmarkStep::getVUp3D | ( | ) | const |
It returns the VUp vector of the 3D View
bool GKViewBookmarkStep::is2DValid | ( | ) | const |
Returns if the 2D Setting are NULL (not valid)
bool GKViewBookmarkStep::is3DValid | ( | ) | const |
Returns if the 3D settings are NULL (not valid)
void GKViewBookmarkStep::setCenter3D | ( | const GKPoint & | apoint | ) |
It sets the center point of the 3D View
void GKViewBookmarkStep::setLineView3D | ( | const GKPoint & | apoint | ) |
It sets a point that defines the line view of the 3D View
void GKViewBookmarkStep::setPoint | ( | const GKPoint & | apoint | ) |
sets the 2D settings center point
void GKViewBookmarkStep::setScale | ( | GKCoord | ascale | ) |
On 2D settings, sets the view scale that will be set when the bookmark is selected.
void GKViewBookmarkStep::setVUp3D | ( | const GKVector & | avector | ) |
It sets the VUp vector of the 3D View