From e362e357faf60f8258ac813f917e08ffd76d5668 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 Apr 2016 21:30:06 -0400 Subject: math: vector: Add polar2 procedure. * sly/math/vector.scm (polar2): New procedure. * doc/api/math.texi (Vectors): Document it. --- doc/api/math.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/api/math.texi b/doc/api/math.texi index 9582ea7..61aa17f 100644 --- a/doc/api/math.texi +++ b/doc/api/math.texi @@ -60,6 +60,11 @@ Create a new 4D vector with coordinates (@var{x}, @var{y}, @var{z}, @var{w}). @end deffn +@deffn {Scheme Procedure} polar2 @var{r} @var{theta} +Create a new 2D vector from the polar coordinate (@var{r}, +@var{theta}) where @var{r} is the radius and @var{theta} is the angle. +@end deffn + @deffn {Scheme Syntax} vector2? @var{v} Return @code{#t} if @code{v} is a 2D vector. @end deffn -- cgit v1.2.3