Line

class HPS.Line : public IDisposable

This is the Line Class

Public Types

enum CoordinateSpace

The CoordinateSpace enum is a list of all coordinate spaces used in Visualize. These correspond to HPS.Coordinate.Space

Values:

Object
World
NormalizedInnerWindow
NormalizedInnerPixel
enum SizeUnits

Line Size Units

Values:

ScaleFactor

A unitless linear scaling factor.

ObjectSpace

Object space units ignoring any scaling components in modelling matrices.

SubscreenRelative

Fraction of the height of the outermost window.

WindowRelative

Fraction of the height of the local window.

WorldSpace

Object space units including any scaling components in modelling matrices and cameras.

Points

Points units typically used for text size. 1 point corresponds to 1/72 inch.

Pixels

Number of pixels.

Public Functions

void Dispose ()
Line (HPS.Line in_that)