Package com.gaia3d.converter.pointcloud
Class GaiaLasPoint
java.lang.Object
com.gaia3d.converter.pointcloud.GaiaLasPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GaiaLasPointfromBytes(byte[] bytes) static GaiaLasPointfromBytesOld(byte[] bytes) Deprecated.double[]byte[]getRgb()byte[]getRgba()org.joml.Vector3dvoidsetPosition(double[] position) voidsetRgb(byte[] rgb) byte[]toBytes()byte[]Deprecated.
-
Field Details
-
BYTES_SIZE
public static final int BYTES_SIZE- See Also:
-
-
Constructor Details
-
GaiaLasPoint
public GaiaLasPoint()
-
-
Method Details
-
setPosition
public void setPosition(double[] position) -
getPosition
public double[] getPosition() -
getVec3Position
public org.joml.Vector3d getVec3Position() -
setRgb
public void setRgb(byte[] rgb) -
getRgb
public byte[] getRgb() -
getRgba
public byte[] getRgba() -
toBytes
public byte[] toBytes() -
toBytesOld
Deprecated. -
fromBytes
-
fromBytesOld
Deprecated.
-