Point

class Point : Record

Represents a single point (vertex) in a mesh face.

Since

3.0.0

Parameters

vertices

the 3D coordinates of the vertex

uv

the 2D UV coordinates for texture mapping

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String