<Code Lib>
2020 Structure
Changes 0
S

CloudPoint

Description:
Represents a point obtained from a Point cloud.

public struct CloudPoint

Name Return Type Description
C CloudPoint(Single, Single, Single, Int32) CloudPoint Creates a new cloud point.

Name Return Type Description
F Color int The color
F X float The X coordinate
F Y float The Y coordinate
F Z float The Z coordinate

Name Return Type Description
M op_Implicit(CloudPoint) implicit Creates an XYZ object from this point cloud.

Loading…