Uses of Class
studio.magemonkey.fabled.data.Point3D
Packages that use Point3D
Package
Description
-
Uses of Point3D in studio.magemonkey.fabled.api.particle
Methods in studio.magemonkey.fabled.api.particle that return Point3DModifier and TypeMethodDescriptionPoint3D[]
TimeBasedTransform.apply
(Point3D[] points, org.bukkit.Location loc, boolean withRotation, int iteration, int level) Point3D[]
PolarSettings.getPoints
(DirectionHandler direction) Grabs the base points that make up the shape of the effectstatic Point3D
static Point3D[]
static Point3D[]
Methods in studio.magemonkey.fabled.api.particle with parameters of type Point3DModifier and TypeMethodDescriptionPoint3D[]
TimeBasedTransform.apply
(Point3D[] points, org.bukkit.Location loc, boolean withRotation, int iteration, int level) static Point3D
static Point3D[]
static Point3D[]
Constructors in studio.magemonkey.fabled.api.particle with parameters of type Point3DModifierConstructorDescriptionParticleImage
(String name, org.bukkit.Color[][] colors, Point3D[][] points, Formula particleSizeFormula, int interval, int iterationsPerFrame, int view, boolean withRotation, TimeBasedTransform transform) -
Uses of Point3D in studio.magemonkey.fabled.api.particle.direction
Methods in studio.magemonkey.fabled.api.particle.direction that return Point3DModifier and TypeMethodDescriptionXZHandler.rotateAboutY
(Point3D p, double rads) XZHandler.rotateAboutY
(Point3D p, Matrix3D matrix) Methods in studio.magemonkey.fabled.api.particle.direction with parameters of type Point3DModifier and TypeMethodDescriptionvoid
Applies the two results from the polar calculation to a pointvoid
Applies the two results from the polar calculation to a pointvoid
Applies the two results from the polar calculation to a pointvoid
Applies the two results from the polar calculation to a pointXZHandler.rotateAboutY
(Point3D p, double rads) XZHandler.rotateAboutY
(Point3D p, Matrix3D matrix) double
Calculates the X value of a point after rotationdouble
Calculates the X value of a point after rotationdouble
Calculates the X value of a point after rotationdouble
Calculates the X value of a point after rotationdouble
Calculates the Y value of a point after rotationdouble
Calculates the Y value of a point after rotationdouble
Calculates the Y value of a point after rotationdouble
Calculates the Y value of a point after rotationdouble
Calculates the Z value of a point after rotationdouble
Calculates the Z value of a point after rotationdouble
Calculates the Z value of a point after rotationdouble
Calculates the Z value of a point after rotation -
Uses of Point3D in studio.magemonkey.fabled.data
Methods in studio.magemonkey.fabled.data that return Point3DMethods in studio.magemonkey.fabled.data with parameters of type Point3D