GoogleApi.ContentWarehouse.V1.Model.GeostoreThreeDimensionalModelProto
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
pointIndices
(type:list(integer())
, default:nil
)
- Triangle vertex indices, each triple defines a triangle. -
points
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto)
, default:nil
)
- We store a triangular mesh in indexed format. Points array.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreThreeDimensionalModelProto{
pointIndices: [integer()] | nil,
points: [GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto.t()] | nil
}
pointIndices: [integer()] | nil,
points: [GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreThreeDimensionalModelProto