Preparing search index...
The search index is not available
utopia-ui - v3.0.78
utopia-ui
<internal>
Coords
Interface Coords
interface
Coords
{
x
:
number
;
y
:
number
;
z
:
number
;
add
(
otherPoint
:
PointExpression
)
:
Point
;
ceil
()
:
Point
;
clone
()
:
Point
;
contains
(
otherPoint
:
PointExpression
)
:
boolean
;
distanceTo
(
otherPoint
:
PointExpression
)
:
number
;
divideBy
(
num
:
number
)
:
Point
;
equals
(
otherPoint
:
PointExpression
)
:
boolean
;
floor
()
:
Point
;
multiplyBy
(
num
:
number
)
:
Point
;
round
()
:
Point
;
scaleBy
(
scale
:
PointExpression
)
:
Point
;
subtract
(
otherPoint
:
PointExpression
)
:
Point
;
toString
()
:
string
;
trunc
()
:
Point
;
unscaleBy
(
scale
:
PointExpression
)
:
Point
;
}
Hierarchy (
View Summary
)
Point
Coords
Index
Properties
x
y
z
Methods
add
ceil
clone
contains
distance
To
divide
By
equals
floor
multiply
By
round
scale
By
subtract
to
String
trunc
unscale
By
Properties
x
x
:
number
y
y
:
number
z
z
:
number
Methods
add
add
(
otherPoint
:
PointExpression
)
:
Point
Parameters
otherPoint
:
PointExpression
Returns
Point
ceil
ceil
()
:
Point
Returns
Point
clone
clone
()
:
Point
Returns
Point
contains
contains
(
otherPoint
:
PointExpression
)
:
boolean
Parameters
otherPoint
:
PointExpression
Returns
boolean
distance
To
distanceTo
(
otherPoint
:
PointExpression
)
:
number
Parameters
otherPoint
:
PointExpression
Returns
number
divide
By
divideBy
(
num
:
number
)
:
Point
Parameters
num
:
number
Returns
Point
equals
equals
(
otherPoint
:
PointExpression
)
:
boolean
Parameters
otherPoint
:
PointExpression
Returns
boolean
floor
floor
()
:
Point
Returns
Point
multiply
By
multiplyBy
(
num
:
number
)
:
Point
Parameters
num
:
number
Returns
Point
round
round
()
:
Point
Returns
Point
scale
By
scaleBy
(
scale
:
PointExpression
)
:
Point
Parameters
scale
:
PointExpression
Returns
Point
subtract
subtract
(
otherPoint
:
PointExpression
)
:
Point
Parameters
otherPoint
:
PointExpression
Returns
Point
to
String
toString
()
:
string
Returns
string
trunc
trunc
()
:
Point
Returns
Point
unscale
By
unscaleBy
(
scale
:
PointExpression
)
:
Point
Parameters
scale
:
PointExpression
Returns
Point
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
Methods
add
ceil
clone
contains
distance
To
divide
By
equals
floor
multiply
By
round
scale
By
subtract
to
String
trunc
unscale
By
utopia-ui - v3.0.78
Loading...