searches the current version of every section · esc to close

27.04 Shift Local origin

#todo

interface ArtifactProperties {
	localOriginShift: Coordinate // OPTIONAL
	// ...
}
  • localOriginShift MAY be specified, and its value MUST be of type Coordinate. It is interpreted as a vector that shifts the original local origin, as defined in 22.01 Artifact Object. The shifted local origin is therefore o+s\vec{o} + \vec{s}, where o\vec{o} is the original local origin and s\vec{s} is the vector represented by localOriginShift. When localOriginShift is specified, rotation MUST use the shifted local origin as the pivot; otherwise, rotation MUST use the original local origin as the pivot.

Revision history

  1. v0.1.52This updates a list of to-do documents and outlines the shape of the standard. Some important type shapes have been defined on the to-do documents as proposed types. All the to-do documents are marked with the tag #todo.view