Maven module :un.api : api-geometry :
Class : un.impl.geometry.OrientedGeometry
Extends/Implements : un.api.geometry.Geometry
Subclasses : -

An oriented geometry is a geometry with specific properties
and additional rotation,translation properties.
author  Johann Sorel


Variables : -
Functions : getTransform, getUnorientedBounds




Get geometry transform.
return  NodeTransform, never null
NodeTransform getTransform ()


Get the bounding box without the orientation rotation and translation
applied.
return  Bounding box
BBox getUnorientedBounds ()