menu
manim_web package
documentation
mobject/types/mobject.dart
Mobject
getY method
getY method
dark_mode
light_mode
getY
method
double
getY
(
{
Vector3
?
direction
,
})
Implementation
double getY({Vector3? direction}) { return getCoord(1, direction: direction); }
manim_web package
documentation
mobject/types/mobject
Mobject
getY method
Mobject class