14 double lineAx2,
double lineAy2,
15 double lineBx1,
double lineBy1,
16 double lineBx2,
double lineBy2);
19 static bool IsArcClockwise(
double startx,
double starty,
double midx,
double midy,
double endx,
double endy);
23 double arcMidX,
double arcMidY,
24 double arcEndX,
double arcEndY);
34 double* chordMidX,
double* chordMidY,
35 double* sagitta,
double* apothem,
The primary angle storage class for this API. Stores an angle in an optimized format.
Definition StringStream.h:540
Converts CAD Bulge objects into arc shapes that can be used by the NDEVR API.
Definition BulgeConverter.h:10
A vertex or point. A specific type of Vector used primarily for spacial location information.
Definition Vertex.hpp:48
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:149