RT
Functions
export_shape.c File Reference
#include "rtstruct.h"
#include "export.h"
#include <stdio.h>
Include dependency graph for export_shape.c:

Functions

void plane_export (int fd, void *shape)
 
void sphere_export (int fd, void *shape)
 
void cone_export (int fd, void *shape)
 
void cylinder_export (int fd, void *shape)
 
void cube_export (int fd, void *shape)
 

Function Documentation

◆ cone_export()

void cone_export ( int  fd,
void *  shape 
)

◆ cube_export()

void cube_export ( int  fd,
void *  shape 
)

◆ cylinder_export()

void cylinder_export ( int  fd,
void *  shape 
)

◆ plane_export()

void plane_export ( int  fd,
void *  shape 
)

◆ sphere_export()

void sphere_export ( int  fd,
void *  shape 
)