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