Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ functions
Functions
2,532 in github.com/a2flo/floor
⨍
Functions
2,532
◇
Types & classes
1,019
Method
intersect
include/floor/math/bbox.hpp:149
Method
inverted
returns the inverted form of this dual quaternion
include/floor/math/dual_quaternion.hpp:192
Function
is_array
include/floor/device/backend/image.hpp:271
Method
is_char_in_character_set
src/lang/lexer.cpp:467
Method
is_compressed
returns true if this image is using a compressed image format
include/floor/device/device_image.hpp:287
Method
is_console_only
src/floor/floor.cpp:1820
Method
is_directory
src/core/file_io.cpp:494
Function
is_equal
equal comparison with an epsilon
include/floor/math/quaternion.hpp:384
Method
is_equal
equal comparison with an epsilon
include/floor/math/dual_quaternion.hpp:278
Function
is_equal_vec
component-wise equal comparison +/- epsilon
include/floor/math/vector.hpp:1530
Method
is_escape_sequence_char
src/lang/lexer.cpp:454
Method
is_file
src/core/file_io.cpp:483
Function
is_finite
include/floor/constexpr/const_math.hpp:159
Function
is_finite
include/floor/math/vector.hpp:842
Function
is_float_coord
include/floor/device/backend/image.hpp:85
Method
is_format_char
returns true if the specified character is a supported $ format character
include/floor/core/logger.hpp:125
Method
is_graphics_supported
include/floor/device/host/host_context.hpp:47
Method
is_graphics_supported
include/floor/device/opencl/opencl_context.hpp:49
Method
is_graphics_supported
include/floor/device/metal/metal_context.hpp:57
Method
is_graphics_supported
include/floor/device/vulkan/vulkan_context.hpp:58
Method
is_graphics_supported
include/floor/device/cuda/cuda_context.hpp:47
Function
is_greater_or_equal
include/floor/constexpr/const_math.hpp:111
Function
is_greater_or_equal
returns true if all components are greater than or equal to the corresponding components of another vector
include/floor/math/vector.hpp:1493
Function
is_greater_or_equal_vec
component-wise greater-or-equal comparison (this >= another vector) +/- epsilon
include/floor/math/vector.hpp:1555
Function
is_greater_vec
component-wise greater-than comparison (this > another vector) +/- epsilon
include/floor/math/vector.hpp:1550
Method
is_heap_allocated
include/floor/device/metal/metal_buffer.hpp:86
Method
is_heap_allocated
include/floor/device/vulkan/vulkan_buffer.hpp:85
Method
is_heap_allocated
include/floor/device/vulkan/vulkan_image.hpp:83
Function
is_image_1d
returns true if the specified image type is a 1D image
include/floor/device/backend/image_types.hpp:888
Method
is_image_1d
returns true if this is a 1D image
include/floor/device/device_image.hpp:323
Function
is_image_1d_array
returns true if the specified image type is a 1D image array
include/floor/device/backend/image_types.hpp:893
Method
is_image_1d_array
returns true if this is a 1D image array
include/floor/device/device_image.hpp:328
Function
is_image_1d_buffer
returns true if the specified image type is a 1D image buffer
include/floor/device/backend/image_types.hpp:898
Method
is_image_1d_buffer
returns true if this is a 1D image buffer
include/floor/device/device_image.hpp:333
Function
is_image_2d
returns true if the specified image type is a 2D image
include/floor/device/backend/image_types.hpp:903
Method
is_image_2d
returns true if this is a 2D image
include/floor/device/device_image.hpp:338
Function
is_image_2d_array
returns true if the specified image type is a 2D image array
include/floor/device/backend/image_types.hpp:908
Method
is_image_2d_array
returns true if this is a 2D image array
include/floor/device/device_image.hpp:343
Function
is_image_2d_msaa
returns true if the specified image type is a 2D MSAA image
include/floor/device/backend/image_types.hpp:913
Method
is_image_2d_msaa
returns true if this is a 2D MSAA image
include/floor/device/device_image.hpp:348
Function
is_image_2d_msaa_array
returns true if the specified image type is a 2D MSAA image array
include/floor/device/backend/image_types.hpp:918
Method
is_image_2d_msaa_array
returns true if this is a 2D MSAA image array
include/floor/device/device_image.hpp:353
Function
is_image_3d
returns true if the specified image type is a 3D image
include/floor/device/backend/image_types.hpp:968
Method
is_image_3d
returns true if this is a 3D image
include/floor/device/device_image.hpp:403
Function
is_image_cube
returns true if the specified image type is a cube image
include/floor/device/backend/image_types.hpp:923
Method
is_image_cube
returns true if this is a cube image
include/floor/device/device_image.hpp:358
Function
is_image_cube_array
returns true if the specified image type is a cube image array
include/floor/device/backend/image_types.hpp:928
Method
is_image_cube_array
returns true if this is a cube image array
include/floor/device/device_image.hpp:363
Function
is_image_depth
returns true if the specified image type is a 2D depth image
include/floor/device/backend/image_types.hpp:933
Method
is_image_depth
returns true if this is a 2D depth image
include/floor/device/device_image.hpp:368
Function
is_image_depth_array
returns true if the specified image type is a 2D depth image array
include/floor/device/backend/image_types.hpp:943
Method
is_image_depth_array
returns true if this is a 2D depth image array
include/floor/device/device_image.hpp:378
Function
is_image_depth_cube
returns true if the specified image type is a cube depth image
include/floor/device/backend/image_types.hpp:948
Method
is_image_depth_cube
returns true if this is a cube depth image
include/floor/device/device_image.hpp:383
Function
is_image_depth_cube_array
returns true if the specified image type is a cube depth image array
include/floor/device/backend/image_types.hpp:953
Method
is_image_depth_cube_array
returns true if this is a cube depth image array
include/floor/device/device_image.hpp:388
Function
is_image_depth_msaa
returns true if the specified image type is a 2D MSAA depth image
include/floor/device/backend/image_types.hpp:958
Method
is_image_depth_msaa
returns true if this is a 2D MSAA depth image
include/floor/device/device_image.hpp:393
Function
is_image_depth_msaa_array
returns true if the specified image type is a 2D MSAA depth image array
include/floor/device/backend/image_types.hpp:963
Method
is_image_depth_msaa_array
returns true if this is a 2D MSAA depth image array
include/floor/device/device_image.hpp:398
Function
is_image_depth_stencil
returns true if the specified image type is a 2D depth/stencil image
include/floor/device/backend/image_types.hpp:938
Method
is_image_depth_stencil
returns true if this is a 2D depth/stencil image
include/floor/device/device_image.hpp:373
Function
is_inf
include/floor/math/vector.hpp:854
Method
is_initialized
src/core/logger.cpp:425
Method
is_initialized
src/floor/floor.cpp:1182
Function
is_int_coord
include/floor/device/backend/image.hpp:77
Method
is_intersection
returns true if the ray properly intersects this bbox NOTE: self-intersection return false
include/floor/math/bbox.hpp:107
Method
is_intersection
include/floor/math/bbox.hpp:160
Method
is_layout_abgr
returns true if the image layout is ABGR or BGR
include/floor/device/device_image.hpp:308
Method
is_layout_argb
returns true if the image layout is ARGB
include/floor/device/device_image.hpp:318
Method
is_layout_bgra
returns true if the image layout is BGRA
include/floor/device/device_image.hpp:313
Method
is_layout_rgba
returns true if the image layout is R, RG, RGB or RGBA
include/floor/device/device_image.hpp:303
Method
is_left_controller
include/floor/core/event_objects.hpp:266
Function
is_less_or_equal
include/floor/constexpr/const_math.hpp:99
Function
is_less_or_equal
returns true if all components are less than or equal to the corresponding components of another vector
include/floor/math/vector.hpp:1485
Function
is_less_or_equal_vec
component-wise less-or-equal comparison (this <= another vector) +/- epsilon
include/floor/math/vector.hpp:1545
Function
is_less_vec
component-wise less-than comparison (this < another vector) +/- epsilon
include/floor/math/vector.hpp:1540
Function
is_lock_free
include/floor/threading/atomic_shared_ptr.hpp:181
Method
is_multi_view
returns true if this is a multi-view/VR renderer
include/floor/device/graphics_renderer.hpp:85
Method
is_multi_view_capable
returns true if this pipeline can be used for multi-view rendering
include/floor/device/graphics_pipeline.hpp:274
Function
is_nan
include/floor/math/vector.hpp:848
Method
is_new_fps_count
src/floor/floor.cpp:1288
Function
is_normal
include/floor/math/vector.hpp:860
Method
is_printable_char
src/lang/lexer.cpp:479
Function
is_read_only
include/floor/device/backend/image.hpp:267
Method
is_ref_key
returns true if the key is a reference
include/floor/core/flat_map.hpp:46
Method
is_right_controller
include/floor/core/event_objects.hpp:269
Method
is_running
src/threading/thread_base.cpp:120
Method
is_serialization_size_static
include/floor/core/serializer.hpp:133
Method
is_shared_metal_object_acquired
returns true if the shared Metal buffer/image is currently acquired for use with compute
include/floor/device/device_memory.hpp:62
Method
is_shared_vulkan_object_acquired
returns true if the shared Vulkan buffer/image is currently acquired for use with compute
include/floor/device/device_memory.hpp:67
Method
is_single_view_capable
returns true if this pipeline can be used for single-view rendering NOTE: it is possible that this pipeline can be multi-view-only
include/floor/device/graphics_pipeline.hpp:280
Method
is_single_view_capable
returns true if this pass can be used for single-view rendering NOTE: it is possible that this pass can be multi-view-only
include/floor/device/graphics_pass.hpp:122
Method
is_size_static
include/floor/core/serializer.hpp:187
Method
is_size_static
include/floor/core/serializer.hpp:237
Method
is_size_static
include/floor/core/serializer.hpp:260
Method
is_size_static
include/floor/core/serializer.hpp:296
Method
is_size_static
include/floor/core/serializer.hpp:331
Method
is_size_static
include/floor/core/serializer.hpp:371
Method
is_size_static
include/floor/core/serializer.hpp:408
← previous
next →
1,601–1,700 of 2,532, ranked by callers