korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
Orientation
/
Companion
Companion
object
Companion
Members
Functions
orient2d
Link copied to clipboard
fun
orient2d
(
pa
:
Point
,
pb
:
Point
,
pc
:
Point
,
up
:
Vector2D
=
Vector2D.UP
)
:
Orientation
fun
orient2d
(
paX
:
Double
,
paY
:
Double
,
pbX
:
Double
,
pbY
:
Double
,
pcX
:
Double
,
pcY
:
Double
,
epsilon
:
Double
=
EPSILON
,
up
:
Vector2D
=
Vector2D.UP
)
:
Orientation