AbstractPoint3D

Abstract class for all geometric point objects in 3D.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

List of affine transformation matrices to move and rotate the geometric object.

Functions

Link copied to clipboard
abstract fun accept(visitor: Geometry3DVisitor)

Accepting function so that a geometry visitor can pass by.

Link copied to clipboard

Returns the point in the global coordinate system.

Link copied to clipboard

Returns the point in the local coordinate system.