s3d_push_vertex(3) debian man page | unix.com

Man Page: s3d_push_vertex

Operating Environment: debian

Section: 3

S3D_PUSH_VERTEX(3)						    s3d Manual							S3D_PUSH_VERTEX(3)

NAME
s3d_push_vertex - push vertex
SYNOPSIS
#include <s3d.h> int s3d_push_vertex(int object, float x, float y, float z);
DESCRIPTION
Pushes a vertex onto the vertex stack. Make sure that you count how many vertices you've pushed because you'll need that for referencing when you push your polygons.
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_PUSH_VERTEX(3)
Related Man Pages
polygon3d_f(3alleg4) - debian
polygon3d_f(3alleg4) - opendarwin
polygon3d(3alleg4) - centos
polygon3d_f(3alleg4) - osx
polygon3d(3alleg4) - php
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?