Package com.jme3.math
package com.jme3.math
Single-precision arithmetic.
-
ClassDescription
FastMath
provides 'fast' math approximations and float equivalents of Math functions.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.Used to efficiently represent rotations and orientations in 3-dimensional space, without risk of gimbal lock.A 3-D coordinate transform composed of translation, rotation, and scaling.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 normal vector.A vector composed of 3 single-precision components, used to represent locations, offsets, velocities, and directions in 3-dimensional space.