Class PotreeSettingsBoundingBox
Inheritance
System.Object
PotreeSettingsBoundingBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.PointCloud.Potree.V2.Data
Assembly: Fusee.PointCloud.Potree.dll
Syntax
public class PotreeSettingsBoundingBox
Properties
Max
Declaration
public double3 Max { get; }
Property Value
Type | Description |
---|---|
double3 |
MaxList
Declaration
public List<double> MaxList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
Min
Declaration
public double3 Min { get; }
Property Value
Type | Description |
---|---|
double3 |
MinList
Declaration
public List<double> MinList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |