2#include <NDEVR/AngleDefinitions.h>
3#include <NDEVR/Vertex.h>
22 double lineAx2,
double lineAy2,
23 double lineBx1,
double lineBy1,
24 double lineBx2,
double lineBy2);
33 static bool IsArcClockwise(
double startx,
double starty,
double midx,
double midy,
double endx,
double endy);
44 double arcMidX,
double arcMidY,
45 double arcEndX,
double arcEndY);
66 double* chordMidX,
double* chordMidY,
67 double* sagitta,
double* apothem,
Stores an angle in an optimized internal format with support for efficient trigonometric operations.
Converts CAD Bulge objects into arc shapes that can be used by the NDEVR API.
A point in N-dimensional space, used primarily for spatial location information.
The primary namespace for the NDEVR SDK.
double fltp08
Defines an alias representing an 8 byte floating-point number.