pub type PolyMeshF64 = PolyMeshT<3, F64Adaptor>;Expand description
Mesh type that uses 64 bit floating point numbers to represent the geometry. This mesh implements all adaptors and inherits all features of this crates.
Aliased Typeยง
pub struct PolyMeshF64 { /* private fields */ }