Documentation
Dlang.org
graphene_sphere_t
graphene
c
types
A sphere, represented by its center and radius.
struct
graphene_sphere_t {
graphene_vec3_t
center
;
float
radius
;
}
Members
Variables
center
graphene_vec3_t
center
;
radius
float
radius
;
graphene
c
types
enums
graphene_euler_order_t
graphene_ray_intersection_kind_t
structs
graphene_box_t
graphene_euler_t
graphene_frustum_t
graphene_matrix_t
graphene_plane_t
graphene_point3d_t
graphene_point_t
graphene_quad_t
graphene_quaternion_t
graphene_ray_t
graphene_rect_t
graphene_simd4f_t
graphene_simd4x4f_t
graphene_size_t
graphene_sphere_t
graphene_triangle_t
graphene_vec2_t
graphene_vec3_t
graphene_vec4_t
A sphere, represented by its center and radius.