AbstractGeometry3D

Abstract class for all geometric 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.