PointResult

Description

abstract class Tinman.Engine.Scenes.Queries.PointResult

Derived from

SceneQueryResult abstract

Extended by

ModelResult sealed
TerrainPointResult sealed

Abstract base class for query results that represent a picked point with a normal-vector.

Public / Attributes

Normal


public attribute Normal → (get)

value : Vec3D

The unit-length normal vector.

Normal vector of picked point.

Point


public attribute Point → (get)

value : Vec3D

The picked point, in terrain-space.

The picked point.

Protected / Constructors

Point​Result


protected constructor PointResult → (3)

distance in : float64

The value for ISceneQueryResult.Distance.

point in : Vec3D

The value for Point.

normal in : Vec3D

The value for Normal.

Creates a new instance of PointResult.