![]() |
Trax3 3.1.0
trax track library
|
Point structure used to describe a section. More...
#include <C:/Trend/Development/Trax3/Code/trax/Section.h>
Public Member Functions | |||||||
Construction | |||||||
| SectionPoint (const spat::Position2D< Length > &pt) noexcept | |||||||
| SectionPoint (const spat::Position2D< Length > &pt, const spat::Vector2D< One > &d, One tex) noexcept | |||||||
Scaling | |||||||
| |||||||
| SectionPoint & | Scale (One scale) noexcept | ||||||
| SectionPoint & | Scale (One x_scale, One y_scale) noexcept | ||||||
Public Attributes | |
| spat::Position2D< Length > | p |
| Position of profile point. | |
| spat::Vector2D< One > | n |
| Normal of profile point. | |
| One | t |
| Texture length along the profile. Used for texture coordinates. | |
Point structure used to describe a section.