◆ PointLine() [1/2]
BrawlLib.Modeling.PointLine.PointLine |
( |
| ) |
|
|
inline |
◆ PointLine() [2/2]
549 {
552 }
Facepoint _y
Definition: Face.cs:506
Facepoint _x
Definition: Face.cs:505
◆ Contains()
bool BrawlLib.Modeling.PointLine.Contains |
( |
Facepoint |
f | ) |
|
|
inline |
555 {
557 {
558 return true;
559 }
560
562 {
563 return true;
564 }
565
566 return false;
567 }
◆ _x
◆ _y
◆ Points
override List<Facepoint> BrawlLib.Modeling.PointLine.Points |
|
getset |
535 {
536 get =>
new List<Facepoint> {
_x,
_y};
537 set
538 {
541 }
542 }
◆ this[int i]
Facepoint BrawlLib.Modeling.PointLine.this[int i] |
|
getset |
509 {
510 get
511 {
512 switch (i)
513 {
516 }
517
518 return null;
519 }
520 set
521 {
522 switch (i)
523 {
524 case 0:
526 break;
527 case 1:
529 break;
530 }
531 }
532 }
The documentation for this class was generated from the following file:
- BrawlLib/Modeling/Face.cs