PLYData

data class PLYData(val vertices: List<PointCloudVertex>, val faces: List<PLYFiles.PLYFace>, var dimensionsBox: PointCloudBox? = null)

Constructors

Link copied to clipboard
constructor(vertices: List<PointCloudVertex>, faces: List<PLYFiles.PLYFace>, dimensionsBox: PointCloudBox? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard