gausplat_loader::source::colmap::point::points

Type Alias Points

source
pub type Points = Vec<Point>;
Expand description

A list of points.

Aliased Type§

struct Points { /* private fields */ }

Trait Implementations§

source§

impl Decoder for Points

source§

type Err = Error

Error during decoding.
source§

fn decode(reader: &mut impl Read) -> Result<Self, Self::Err>

Decoding from the reader.
source§

impl Encoder for Points

source§

type Err = Error

Error type.
source§

fn encode(&self, writer: &mut impl Write) -> Result<(), Self::Err>

Encode bytes to the writer.