Package com.jme3.math
package com.jme3.math
-
ClassDescriptionA Collidable with a triangular shape.
ColorRGBA
defines a color made from a collection of red, green and blue values stored in Linear color space.This class offers methods to help with curves and surfaces calculations.Created by Nehon on 26/03/2017.Expose several Easing function from Robert Penner Created by Nehon on 26/03/2017.An Ease function composed of 2 sb function for custom in and out easingA calculator for the eigenvectors and eigenvalues of a Matrix3f.FastMath
provides 'fast' math approximations and float equivalents of Math functions.Line
defines a line.LineSegment represents a segment in the space.Created by Nehon on 23/04/2017.A 3x3 matrix composed of 9 single-precision elements, used to represent linear transformations of 3-D coordinates, such as rotations, reflections, and scaling.A 4x4 matrix composed of 16 single-precision elements, used to represent linear or perspective transformations of 3-D coordinates.Plane
defines a plane where Normal dot (x,y,z) = Constant.Describe the relationship between a point and a plane.Used to efficiently represent rotations and orientations in 3-dimensional space, without risk of gimbal lock.Ray
defines a line segment which has an origin and a direction.Rectangle
defines a finite plane within three-dimensional space that is specified via three points (A, B, C).Ring
defines a flat ring or disc in three-dimensional space that is specified via the ring's center point, an up vector, an inner radius, and an outer radius.A 3-D coordinate transform composed of translation, rotation, and scaling.Describes a triangle in terms of its vertex locations, with auxiliary storage for its centroid, normal vector, projection, and index.A vector composed of 2 single-precision components, used to represent locations, offsets, directions, and rotations in 2-dimensional space.A vector composed of 3 single-precision components, used to represent locations, offsets, velocities, and directions in 3-dimensional space.Vector4f
defines a Vector for a four float value tuple.