#include <segment.h>
◆ Segment() [1/4]
◆ Segment() [2/4]
- Parameters
-
The | 1st Vertex of the Segment, must != the 2nd Vertex. |
The | 2nd Vertex of the Segment, must != the 1st Vertex. |
◆ Segment() [3/4]
◆ Segment() [4/4]
- Parameters
-
The | 1st Vertex of the Segment, must != the 2nd Vertex. |
The | 2nd Vertex of the Segment, must != the 1st Vertex. |
◆ getCenter() [1/2]
◆ getCenter() [2/2]
◆ getLine() [1/2]
◆ getLine() [2/2]
◆ getVertex() [1/4]
◆ getVertex() [2/4]
◆ getVertex() [3/4]
const Vertex2f & Segment::getVertex |
( |
| ) |
const |
|
inline |
◆ getVertex() [4/4]
const Vertex3f & Segment::getVertex |
( |
| ) |
const |
|
inline |
◆ operator Primitive2D::Segment()
Segment::operator Primitive2D::Segment |
( |
| ) |
|
◆ operator Vector2f()
◆ operator Vector3f()
◆ operator!=()
const bool Segment::operator!= |
( |
const Segment & | other | ) |
const |
|
inline |
◆ operator-() [1/2]
Segment Segment::operator- |
( |
| ) |
const |
◆ operator-() [2/2]
Segment Segment::operator- |
( |
| ) |
const |
◆ operator==() [1/2]
const bool Segment::operator== |
( |
const Segment & | other | ) |
const |
◆ operator==() [2/2]
const bool Segment::operator== |
( |
const Segment & | other | ) |
const |
◆ operator[]() [1/4]
Vertex2f & Segment::operator[] |
( |
uint | i | ) |
|
◆ operator[]() [2/4]
Vertex3f & Segment::operator[] |
( |
uint | i | ) |
|
◆ operator[]() [3/4]
const Vertex2f & Segment::operator[] |
( |
uint | i | ) |
const |
◆ operator[]() [4/4]
const Vertex3f & Segment::operator[] |
( |
uint | i | ) |
const |
◆ slope()
float Segment::slope |
( |
| ) |
const |
◆ vertex [1/2]
◆ vertex [2/2]
The documentation for this class was generated from the following files: