Companion object for the PtKm3 the 3 dimensional space point class. Contains factory methods and implicit type class instances.
Attributes
Members list
Value members
Concrete methods
Factory apply method for constructing 3D points specified in Kilometres, from its component axes specified in Lengths. if you want to construct from scalars use the kilometresNum method.
Factory apply method for constructing 3D points specified in Kilometres, from its component axes specified in Lengths. if you want to construct from scalars use the kilometresNum method.
Attributes
Factory method for constructing 3D points specified in Kilometres, from its component axes input as Lengths. if you want to construct from Length classes components use the apply method.
Factory method for constructing 3D points specified in Kilometres, from its component axes input as Lengths. if you want to construct from Length classes components use the apply method.
Attributes
Implicits
Implicits
BuilderArrMap type class instance / evidence for PtKm3.
Implicit LineSegLikeBuilderMap type class instance / evidence for PtKm3 points. Note rhis is used to map to a LineSegKm3 not a LinsSegKm3Arr.
Implicit LineSegLikeBuilderMap type class instance / evidence for PtKm3 points. Note rhis is used to map to a LineSegKm3 not a LinsSegKm3Arr.
Attributes
PolygonLikeBuilderMap type class instance evidence for PtKm3. This is used to map to a PolygonKm3.
PolygonLikeBuilderMap type class instance evidence for PtKm3. This is used to map to a PolygonKm3.
Attributes
Implicit instance for the PolygonKm3Pair builder. This has to go in the PtKm3 companion object so it can be found by an A => B function where PtKm3 is the type B parameter.
Implicit instance for the PolygonKm3Pair builder. This has to go in the PtKm3 companion object so it can be found by an A => B function where PtKm3 is the type B parameter.