The OpenD Programming Language

glas_srot

Applies a plane rotation.

More...
extern (C) nothrow @nogc @system pure
void
glas_srot
(
Slice!(SliceKind.universal, [1], float*) xsl
,
Slice!(SliceKind.universal, [1], float*) ysl
,
float c
,
float s
)

Detailed Description

Unified alias

rot

BLAS: SROT, DROT, CSROT, ZDROT

Meta