![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> #include <agar/math/m.h> DESCRIPTIONThe M_Circle2 structure describes a circle in R^2 in terms of an origin point p and radius r: typedef struct m_circle2 { M_Vector2 p; M_Real r; } M_Circle2; Similarly, M_Circle3 describes a circle in R^3: typedef struct m_circle3 { M_Vector3 p; M_Real r; } M_Circle3; INITIALIZATIONM_Circle2
The
The
The macros
COMPUTATIONSM_Real
The
The
SEE ALSOAG_DataSource(3), AG_Intro(3), M_Geometry(3), M_Plane(3), M_Polygon(3), M_Rectangle(3), M_Sphere(3), M_Triangle(3), M_Vector(3) HISTORYThe
|