Properties | |
| DzVec3 | center |
| DzVec3 | normal |
| Number | radius |
Constructors | |
| DzCircle3 (DzCircle3 circle) | |
| DzCircle3 (DzVec3 center, DzVec3 normal, float radius) | |
Overloaded Constructor
| center | The center point of the circle. | |
| normal | The normal of the circle (i.e. a vector perpendicular to the plane of the circle) | |
| radius | The radius of the circle. |
| DzCircle3::DzCircle3 | ( | DzCircle3 | circle | ) |
Copy Constructor.
| vin | The circle to copy |
The center of the circle in 3D space.
The normal of the plane that the circle lies on.
The radius of the circle.