struct PF::Line(T)
- PF::Line(T)
- Struct
- Value
- Object
Defined in:
line.crConstructors
Instance Method Summary
- #/(n : Float | Int)
- #bottom
- #contains_y?(y)
- #inv_slope
- #left
- #length
-
#normal
Find the normal axis to this line
-
#normal_cc
Normal counter clockwise
- #p1 : Vector2(T)
- #p1=(p1 : Vector2(T))
- #p2 : Vector2(T)
- #p2=(p2 : Vector2(T))
- #right
- #rise
- #run
- #slope
- #to_point
- #top
- #x_at(y)
- #y_at(x)