Base classes
public Object3Dpublic Drawable3D
Types
using testbed_type = vtb::core::Testbed< T, 3 >using vec3 = vtb::core::Vector3< T >using vec2 = vtb::core::Vector2< T >using int2 = vtb::core::int2using grid4 = vtb::core::Grid< T, 4 >using grid3 = vtb::core::Grid< T, 3 >using grid2 = vtb::core::Grid< T, 2 >using array4 = vtb::core::Array4< T >using array3 = vtb::core::Array3< T >using array2 = vtb::core::Array2< T >
Methods
showVelocityPotential(bool b) -> voidshowSurface(bool b) -> voidshowAxes(bool b) -> voidshow(bool b) -> voidinit(const testbed_type & testbed) -> voidstep_regular(const testbed_type & testbed) -> voidstep_irregular(const testbed_type & testbed) -> voidstep(const testbed_type & testbed) -> voiddraw(const Matrix4 & m, Camera3D & camera) -> voidFluidSurface()