Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

HUtilityGeomHandle.h File Reference
#include "HTools.h"
#include "HUtilityAnnotation.h"
#include "hic_types.h"

Go to the source code of this file.

Classes

class  HUtilityGeomHandle
 The HUtilityGeomHandle class contains a set of functions which controls the creation and manipulation of geometry handles. More...
 

Enumerations

enum  HConstrainType {
  HConstrainNone, HConstrainToRay, HConstrainToRotationVector, HConstrainToPlane,
  HConstrainToViewplane, HConstrainToScale, HConstrainToOnOff
}
 

Detailed Description

Interface of the HUtilityGeomHandle class

Enumeration Type Documentation

Defines the type of constraint that is applied to each handle.

Enumerator
HConstrainNone 

No constraint.

HConstrainToRay 

Constrain to ray given by two points.

HConstrainToRotationVector 

Constrain to specific rotation vector.

HConstrainToPlane 

Constrain to plane.

HConstrainToViewplane 

Constrain to viewplane.

HConstrainToScale 

Constrain to Scale factor.

HConstrainToOnOff 

Constrain to on/off by click.