API Documentation

Measure/Angle.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Measure
version
$Id: Angle.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Measure_Angle

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Measure_Angle

Extends from
Zend_Measure_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Measure
subpackage
Zend_Measure_Angle
Constants
STANDARD
RADIAN
MIL
GRAD
DEGREE
MINUTE
SECOND
POINT
CIRCLE_16
CIRCLE_10
CIRCLE_8
CIRCLE_6
CIRCLE_4
CIRCLE_2
FULL_CIRCLE
Properties
$_units

Description

Class for handling angle conversions

Constants

STANDARD

 STANDARD = 'RADIAN'

Details

value
RADIAN

RADIAN

 RADIAN = 'RADIAN'

Details

value
RADIAN

MIL

 MIL = 'MIL'

Details

value
MIL

GRAD

 GRAD = 'GRAD'

Details

value
GRAD

DEGREE

 DEGREE = 'DEGREE'

Details

value
DEGREE

MINUTE

 MINUTE = 'MINUTE'

Details

value
MINUTE

SECOND

 SECOND = 'SECOND'

Details

value
SECOND

POINT

 POINT = 'POINT'

Details

value
POINT

CIRCLE_16

 CIRCLE_16 = 'CIRCLE_16'

Details

value
CIRCLE_16

CIRCLE_10

 CIRCLE_10 = 'CIRCLE_10'

Details

value
CIRCLE_10

CIRCLE_8

 CIRCLE_8 = 'CIRCLE_8'

Details

value
CIRCLE_8

CIRCLE_6

 CIRCLE_6 = 'CIRCLE_6'

Details

value
CIRCLE_6

CIRCLE_4

 CIRCLE_4 = 'CIRCLE_4'

Details

value
CIRCLE_4

CIRCLE_2

 CIRCLE_2 = 'CIRCLE_2'

Details

value
CIRCLE_2

FULL_CIRCLE

 FULL_CIRCLE = 'FULL_CIRCLE'

Details

value
FULL_CIRCLE

Properties

$_units

array $_units = 'array'

Calculations for all angle units

Details

$_units
array
visibility
protected
default
array
final
false
static
false
Documentation was generated by DocBlox.