27 lines
596 B
Markdown
27 lines
596 B
Markdown
---
|
|
title: rotate -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.structures](index.md)/[rotate](rotate.md)
|
|
|
|
|
|
|
|
# rotate
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
## Parameters
|
|
|
|
jvm
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| angle| <br><br>The angle of rotation in degrees.<br><br>
|
|
|
|
|
|
Content
|
|
inline fun [Structure](-structure/index.md).[rotate](rotate.md)(angle: [Number](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html), vectorRotation: (Vector, [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html)) -> Vector): [Structure](-structure/index.md)
|
|
|
|
|
|
|