toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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.