menu
flame package
documentation
input.dart
dot3 function
dot3 function
dark_mode
light_mode
dot3
function
double
dot3
(
Vector3
x
,
Vector3
y
)
3D dot product.
Implementation
double
dot3(Vector3 x, Vector3 y) => x.dot(y);
flame package
documentation
input
dot3 function
input library
Classes
Aabb2
Aabb3
ButtonComponent
Frustum
HudButtonComponent
HudMarginComponent
IntersectionResult
JoystickComponent
Matrix2
Matrix3
Matrix4
Obb3
Plane
Quad
Quaternion
Ray
SimplexNoise
Sphere
SpriteButtonComponent
TapConfig
Triangle
Vector
Vector2
Vector3
Vector4
Enums
ButtonState
JoystickDirection
Mixins
DoubleTapDetector
ForcePressDetector
HasKeyboardHandlerComponents
HorizontalDragDetector
KeyboardEvents
LongPressDetector
MouseMovementDetector
MultiTouchDragDetector
MultiTouchTapDetector
PanDetector
ScaleDetector
ScrollDetector
SecondaryTapDetector
TapDetector
TertiaryTapDetector
VerticalDragDetector
Constants
degrees2Radians
radians2Degrees
Functions
absoluteError
buildPlaneVectors
catmullRom
cross2
cross2A
cross2B
cross3
degrees
dot2
dot3
makeFrustumMatrix
makeInfiniteMatrix
makeOrthographicMatrix
makePerspectiveMatrix
makePlaneProjection
makePlaneReflection
makeViewMatrix
mix
pickRay
radians
relativeError
setFrustumMatrix
setInfiniteMatrix
setModelMatrix
setOrthographicMatrix
setPerspectiveMatrix
setRotationMatrix
setViewMatrix
smoothStep
unproject
Extensions
Vector2Extension