Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

transform-angles

Generic function

Summary

Applies the transform to the start and end angles of an object, and returns the transformed angles.

Signature

transform-angles transform start-angle end-angle => new-start new-end

Arguments

transform
An instance of type <transform>.

start-angle
An instance of type <real>.

end-angle
An instance of type <real>.

Values

new-start
An instance of type <real>.

new-end
An instance of type <real>.

Library

duim-geometry

Module

duim-geometry

Description

Applies the transform transform to the angles start-angle and end-angle of an object, and returns the transformed angles.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index