DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Collapse ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
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)