Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.misc.planimetricsCalculus
/
dev.lounres.kone.misc.planimetricsCalculus
/
Line
Line
data
class
Line
<
E
>
(
val
x
:
LabeledPolynomial
<
E
>
,
val
y
:
LabeledPolynomial
<
E
>
,
val
z
:
LabeledPolynomial
<
E
>
)
(
source
)
Members
Members & Extensions
Constructors
Line
Link copied to clipboard
constructor
(
x
:
LabeledPolynomial
<
E
>
,
y
:
LabeledPolynomial
<
E
>
,
z
:
LabeledPolynomial
<
E
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
column
Vector
Link copied to clipboard
val
columnVector
:
ColumnVector
<
LabeledPolynomial
<
E
>
>
row
Vector
Link copied to clipboard
val
rowVector
:
RowVector
<
LabeledPolynomial
<
E
>
>
x
Link copied to clipboard
val
x
:
LabeledPolynomial
<
E
>
y
Link copied to clipboard
val
y
:
LabeledPolynomial
<
E
>
z
Link copied to clipboard
val
z
:
LabeledPolynomial
<
E
>
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Line
<
E
>
is
Lying
Through
Link copied to clipboard
infix
fun
<
Number
>
Line
<
Number
>
.
isLyingThrough
(
P
:
Point
<
Number
>
)
:
Boolean
is
Not
Lying
Through
Link copied to clipboard
infix
fun
<
Number
>
Line
<
Number
>
.
isNotLyingThrough
(
P
:
Point
<
Number
>
)
:
Boolean
is
Not
Tangent
To
Link copied to clipboard
infix
fun
<
Number
>
Line
<
Number
>
.
isNotTangentTo
(
q
:
Quadric
<
Number
>
)
:
Boolean
is
Parallel
To
Link copied to clipboard
infix inline
fun
<
E
>
Line
<
E
>
.
isParallelTo
(
other
:
Line
<
E
>
)
:
Boolean
is
Perpendicular
To
Link copied to clipboard
infix inline
fun
<
E
>
Line
<
E
>
.
isPerpendicularTo
(
other
:
Line
<
E
>
)
:
Boolean
is
Tangent
To
Link copied to clipboard
infix
fun
<
Number
>
Line
<
Number
>
.
isTangentTo
(
q
:
Quadric
<
Number
>
)
:
Boolean
parallel
Line
Through
Link copied to clipboard
infix inline
fun
<
E
>
Line
<
E
>
.
parallelLineThrough
(
A
:
Point
<
E
>
)
:
Line
<
E
>
perpendicular
Through
Link copied to clipboard
infix inline
fun
<
E
>
Line
<
E
>
.
perpendicularThrough
(
A
:
Point
<
E
>
)
:
Line
<
E
>
pole
By
Link copied to clipboard
fun
<
E
>
Line
<
E
>
.
poleBy
(
q
:
Quadric
<
E
>
)
:
Point
<
E
>
project
To
Quadric
By
Link copied to clipboard
fun
<
E
>
Line
<
E
>
.
projectToQuadricBy
(
q
:
Quadric
<
E
>
,
l
:
Line
<
E
>
)
:
Line
<
E
>
fun
<
E
>
Line
<
E
>
.
projectToQuadricBy
(
q
:
Quadric
<
E
>
,
P
:
Point
<
E
>
)
:
Point
<
E
>