GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VG_POINT(3) FreeBSD Library Functions Manual VG_POINT(3)

VG_Point
agar-vg point entity

#include <agar/core.h>
#include <agar/gui.h>
#include <agar/vg.h>

VG_Point is a VG(3) node class which describes a single point.

VG_Point *
VG_PointNew(VG_Node *parent, VG_Vector pos);


void
VG_PointSize(VG_Point *pt, float size);

The VG_PointNew() function creates a new point entity attached to parent, with an initial translation specified by pos.

The VG_PointSize() function specifies the size in pixels of the primitive to use for rendering the point. A value of 0.0 (the default) implies that the point is considered construction geometry. The endpoints of a VG_Line(3) are an example of construction geometry. Note that VG_View(3) does provide a ‘Show construction geometry’ option which causes zero-sized points to be displayed to the user.

VG(3), VG_Arc(3), VG_Circle(3), VG_Line(3)

The VG_Point class first appeared in Agar 1.3.3.
July 25, 2008 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.