Point
data class Point(val position: Vector3, val textureCoord: Vector2? = null, val color: ColorRGBa? = null, val normal: Vector3? = null, val tangent: Vector3? = null, val bitangent: Vector3? = null)(source)
Represents a 3D point with optional attributes for texture coordinates, color, normal vector, tangent vector, and bitangent vector.