Skip to content

Commit

Permalink
float -> number as in nxdl
Browse files Browse the repository at this point in the history
  • Loading branch information
zjttoefs committed Jun 15, 2017
1 parent 336e2bf commit db55a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -663,15 +663,15 @@ group in the following way:
single: vector (field attribute)
see: direction; vector (field attribute)

``vector`` (*NX_FLOAT*)
``vector`` (*NX_NUMBER*)
This is a set of 3 values forming a unit vector for **direction** that
describes the components of either the direction of the rotation axis or
the direction along which the translation happens.

.. index::
! single: offset (field attribute)

``offset`` (*NX_FLOAT*)
``offset`` (*NX_NUMBER*)
This is a set of 3 values forming the offset vector for a translation to apply
before applying the operation of the actual transformation. Without this offset
attribute, additional virtual translations would need to be introduced in order
Expand Down

0 comments on commit db55a5b

Please sign in to comment.