123 Vertex m_vertex0; |
123 Vertex m_vertex0; |
124 Vertex m_vertex1; |
124 Vertex m_vertex1; |
125 }; |
125 }; |
126 |
126 |
127 extern const Vertex Origin; |
127 extern const Vertex Origin; |
128 extern const Matrix IdentityMatrix; |
|
129 |
128 |
130 static const double pi = 3.14159265358979323846; |
129 static const double pi = 3.14159265358979323846; |
131 |
130 |
132 |
131 |
133 // ============================================================================= |
132 // ============================================================================= |