DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > View > ILookAt_DG Go to ActiveX docs Search Documentation


ILookAt_DG Interface

LookAt
LookAtEntity
LookAtFrame
LookAtEntities

ILookAt_DG interface provides convenient shortcuts for manipulation of view points.
See also IViewPoint_DG.


void LookAt(Point_DG* point, Vect_DG* directionUp)


void LookAtEntity(IEntity_DG* entity, Vect_DG* directionUp)


void LookAtFrame(IFrame_DG* frame, Vect_DG* directionUp)

A shortcut for LookAt(frame.Origin, directionUp).


void LookAtEntities(IEntityArray_DG* entities, Vect_DG* directionUp)