Documentation
Dlang.org
graphene_point3d_t
graphene
c
types
A point with three components: X, Y, and Z.
struct
graphene_point3d_t {
float
x
;
float
y
;
float
z
;
}
Members
Variables
x
float
x
;
the X coordinate
y
float
y
;
the Y coordinate
z
float
z
;
the Z coordinate
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 point with three components: X, Y, and Z.