Kotlin Computational Geometry
Toggle table of contents
0.3.0-rc0
Select version
0.3.0-rc0
0.2.0
0.1.0
common
Platform filter
common
Switch theme
Search in API
Kotlin Computational Geometry
Kotlin Computational Geometry
/
io.github.cponfick.kompgeom.euclidean.threed
/
Vec3
/
Vec3
Vec3
constructor
(
vector
:
Vec3
)
(
source
)
Creates a new vector by copying the coordinates from another vector.
Parameters
vector
The vector to copy.
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
(
source
)