Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.pointclouds
/
Vector3
Vector3
@
Serializable
data
class
Vector3
(
val
x
:
Float
,
val
y
:
Float
,
val
z
:
Float
)
Members
Members & Extensions
Constructors
Vector3
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
constructor
(
)
constructor
(
pose
:
Pose
)
constructor
(
dimensions
:
Dimensions
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
z
Link copied to clipboard
val
z
:
Float
Functions
display
Dimensions
Link copied to clipboard
fun
Vector3
.
displayDimensions
(
)
:
Vector3
?
display
Dimensions
String
Link copied to clipboard
fun
Vector3
.
displayDimensionsString
(
precision
:
Int
)
:
String
display
Volume
Link copied to clipboard
fun
Vector3
.
displayVolume
(
)
:
Float
display
Volume
String
Link copied to clipboard
fun
Vector3
.
displayVolumeString
(
)
:
String
distance
To
Link copied to clipboard
fun
distanceTo
(
vector
:
Vector3
)
:
Double
div
Link copied to clipboard
operator
fun
div
(
scalar
:
Float
)
:
Vector3
dot
Link copied to clipboard
fun
dot
(
other
:
Vector3
)
:
Float
inches
To
Meters
Link copied to clipboard
fun
inchesToMeters
(
)
:
Vector3
Extension function to convert inches to meters
length
Link copied to clipboard
fun
length
(
)
:
Float
meters
To
Inches
Link copied to clipboard
fun
metersToInches
(
)
:
Vector3
Extension function to convert meters to inches
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Vector3
)
:
Vector3
normalize
Link copied to clipboard
fun
normalize
(
)
:
Vector3
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Vector3
)
:
Vector3
times
Link copied to clipboard
operator
fun
times
(
scalar
:
Float
)
:
Vector3
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
Vector3