Point3dFloatOrBuilder

interface Point3dFloatOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getX(): Float
X coordinate as floating-point value 
float x = 1;
Link copied to clipboard
abstract fun getY(): Float
Y coordinate as floating-point value 
float y = 2;
Link copied to clipboard
abstract fun getZ(): Float
Z coordinate (depth) as floating-point value 
float z = 3;