Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel Struct Reference

Public Member Functions

ContainmentType Intersect (int x, int y, ref BoundingBox query)
 
bool IsCellContained (int x, int y, ref BoundingBox box)
 
bool IsCellNotContained (int x, int y, ref BoundingBox box)
 

Public Attributes

HeightmapNode[] Nodes
 
float Recip
 

Properties

uint Res [get, set]
 

Detailed Description

Definition at line 279 of file MyHeightCubemap.cs.

Member Function Documentation

ContainmentType Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.Intersect ( int  x,
int  y,
ref BoundingBox  query 
)
inline

Definition at line 292 of file MyHeightCubemap.cs.

bool Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.IsCellContained ( int  x,
int  y,
ref BoundingBox  box 
)
inline

Definition at line 297 of file MyHeightCubemap.cs.

bool Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.IsCellNotContained ( int  x,
int  y,
ref BoundingBox  box 
)
inline

Definition at line 306 of file MyHeightCubemap.cs.

Member Data Documentation

HeightmapNode [] Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.Nodes

Definition at line 281 of file MyHeightCubemap.cs.

float Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.Recip

Definition at line 290 of file MyHeightCubemap.cs.

Property Documentation

uint Sandbox.Engine.Voxels.Planet.MyHeightmapFace.HeightmapLevel.Res
getset

Definition at line 286 of file MyHeightCubemap.cs.


The documentation for this struct was generated from the following file: