Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.pointclouds
/
Plane
Plane
@
Serializable
data
class
Plane
(
val
center
:
Vector3
,
val
normal
:
Vector3
,
val
extent
:
Vector3
)
Members
Members & Extensions
Constructors
Plane
Link copied to clipboard
constructor
(
center
:
Vector3
,
normal
:
Vector3
,
extent
:
Vector3
)
constructor
(
arPlane
:
Plane
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
center
Link copied to clipboard
val
center
:
Vector3
extent
Link copied to clipboard
val
extent
:
Vector3
normal
Link copied to clipboard
val
normal
:
Vector3
Functions
is
Point
Above
Link copied to clipboard
fun
isPointAbove
(
point
:
Vector3
)
:
Boolean
is
Point
Below
Link copied to clipboard
fun
isPointBelow
(
point
:
Vector3
)
:
Boolean
is
Point
Within
XZArea
Link copied to clipboard
fun
isPointWithinXZArea
(
point
:
Vector3
)
:
Boolean
to
Point
Cloud
Frame
Json
Link copied to clipboard
fun
Plane
.
toPointCloudFrameJson
(
)
:
PlanePointCloudFrameJson