Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
display/types - fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Nov 2, 2023
1 parent 6793fec commit d63db7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public boolean canParse(ParseContext context) {
}
.description("Creates a new AxisAngle4f using a vector and angle (Will be converted and returned as a Quaternion).",
"I have no clue what this is, ask ThatOneWizard!")
.examples("set {_v} to betterAxisAngle(0.25, vector(0,0,1))")
.examples("set {_v} to axisAngleFromVector(0.25, vector(0,0,1))")
.since("2.15.0"));

Functions.registerFunction(new SimpleJavaFunction<>("transformation", new Parameter[]{
Expand Down

0 comments on commit d63db7b

Please sign in to comment.