Revision: 77675
http://sourceforge.net/p/brlcad/code/77675
Author: brlcad
Date: 2020-11-04 03:06:11 +0000 (Wed, 04 Nov 2020)
Log Message:
-----------
match decl, use our typedefs
Modified Paths:
--------------
brlcad/trunk/src/libbn/axis.c
Modified: brlcad/trunk/src/libbn/axis.c
===================================================================
--- brlcad/trunk/src/libbn/axis.c 2020-11-03 22:04:01 UTC (rev 77674)
+++ brlcad/trunk/src/libbn/axis.c 2020-11-04 03:06:11 UTC (rev 77675)
@@ -39,8 +39,8 @@
void
tp_3axis(FILE *fp, /**< output file */
char *string, /**< label for axis */
- fastf_t *origin, /**< simple 3d point */
- fastf_t *rot, /**< rotation angle */
+ point_t origin, /**< simple 3d point */
+ mat_t rot, /**< rotation angle */
double length, /**< length of axis */
int ccw, /**< 0=clockwise, !0=counter clockwise (ccw) */
int ndigits, /**< # digits wide */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits