ISO-TC211 / StandardsTracker

This GitHub repository lets you - our users - log and track issues that you find with our standards and other document. Tag the issue with the standard or standards effected; we will assign it to the relevant group(s) within TC 211.
11 stars 0 forks source link

"Constructor: Vector" part is missing #248

Open isotc211 opened 3 years ago

isotc211 commented 3 years ago

Justification In 6.2.27.6, just under the "v1.CrossProduct(v2:Vector):Vector", there should be description for Constructor: Vector title and related texts.

Proposal Replace the following text: «create» Vector (position:DirectPosition, coordinates:Real[]):Vector Vector (position:DirectPosition, direction:Bearing,length: Length):Vector.

The constructor vector creates a vector with the given offsets or the given direction and length, at the specified direct position, in the coordinate space of the direct position.

like following:

6.2.27.7 Constructor: Vector The constructor vector creates a vector with the given offsets or the given direction and length, at the specified direct position, in the coordinate space of the direct position.

Vector (position:DirectPosition, coordinates:Real[]):Vector Vector (position:DirectPosition, direction:Bearing,length: Length):Vector.

isotc211 commented 3 years ago

Min Heo 2020-07-20 14:49:59 UTC