SilverScreen Solid Modeler

ANGLE        

ANGLE        

Previous topic Next topic  

ANGLE        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

VERTEX

 


A data type used to store a horizontal and vertical angle.

 

struct ANGLE

  {

  double h;

  double v;

  } ;

 

 

Members

Member

Description

h

The horizontal angle

v

The vertical angle

 

 

Remarks

The angles will be in degrees unless otherwise noted

 

 

Header

ssdef.h