|
oevislib_net
0.14.3.0
|
Sections found in a Profile. More...
Public Member Functions | |
| ProfileSection () | |
| Constructs a new ProfileSection object with default values. | |
| ProfileSection (float inPosition1, float inPosition2, float inWidth) | |
| Creates a new ProfileSection object. | |
| bool | Equals (ProfileSection other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (ProfileSection inProfileSection1, ProfileSection inProfileSection2) |
| static bool | operator!= (ProfileSection inProfileSection1, ProfileSection inProfileSection2) |
Properties | |
| float | Position1 [get, set] |
| float | Position2 [get, set] |
| float | Width [get, set] |
Sections found in a Profile.
Can be found as the output of Profile::divideInSections.
|
inline |
Constructs a new ProfileSection object with default values.
|
inline |
Creates a new ProfileSection object.
| inPosition1 | First X coordinate. |
| inPosition2 | Second X coordinate. |
| inWidth | Section width. |