Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.pointclouds
/
PlanePointCloudFrameJson
Plane
Point
Cloud
Frame
Json
@
Serializable
data
class
PlanePointCloudFrameJson
(
val
worldCenter
:
Vector3
,
val
normal
:
Vector3
,
val
extent
:
FloatArray
)
Members
Constructors
Plane
Point
Cloud
Frame
Json
Link copied to clipboard
constructor
(
worldCenter
:
Vector3
,
normal
:
Vector3
,
extent
:
FloatArray
)
Properties
extent
Link copied to clipboard
val
extent
:
FloatArray
normal
Link copied to clipboard
val
normal
:
Vector3
world
Center
Link copied to clipboard
val
worldCenter
:
Vector3
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int