BetterModel
Toggle table of contents
1.10.4-SNAPSHOT-291
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util
/
MathUtil
/
isSimilar
is
Similar
open
fun
isSimilar
(
a
:
Float
,
b
:
Float
)
:
Boolean
open
fun
isSimilar
(
a
:
Float
,
b
:
Float
,
epsilon
:
Float
)
:
Boolean
open
fun
isSimilar
(
@
NotNull
a
:
@
NotNull
Vector3f
,
@
NotNull
b
:
@
NotNull
Vector3f
)
:
Boolean
open
fun
isSimilar
(
@
NotNull
a
:
@
NotNull
Vector3f
,
@
NotNull
b
:
@
NotNull
Vector3f
,
epsilon
:
Float
)
:
Boolean
open
fun
isSimilar
(
@
NotNull
a
:
@
NotNull
Quaternionf
,
@
NotNull
b
:
@
NotNull
Quaternionf
)
:
Boolean
open
fun
isSimilar
(
@
NotNull
a
:
@
NotNull
Quaternionf
,
@
NotNull
b
:
@
NotNull
Quaternionf
,
epsilon
:
Float
)
:
Boolean