Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-cesium-engine
/
cesium.engine
/
ClippingPlane
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
clone
Link copied to clipboard
fun
clone
(
clippingPlane
:
ClippingPlane
,
result
:
ClippingPlane
?
=
definedExternally
)
:
ClippingPlane
Clones the ClippingPlane without setting its ownership.
from
Plane
Link copied to clipboard
fun
fromPlane
(
plane
:
Plane
,
result
:
ClippingPlane
?
=
definedExternally
)
:
ClippingPlane
Create a ClippingPlane from a Plane object.