v_sim.SurfacePoint

Fields

Name

Type

Access

Description

at

[float]

r/w

coordinates of the point.

normal

[float]

r/w

normal vector at the point.

Methods

class

new (at, normal)

Details

class v_sim.SurfacePoint

Structure used to access a point coordinates and normal in a v_sim.Surface.

New in version 3.8.

classmethod new(at, normal)
Parameters:
  • at ([float]) – coordinates.

  • normal ([float]) – normal.

Returns:

a location to a v_sim.SurfacePoint structure.

Return type:

pt: v_sim.SurfacePoint

Initialise pt with at and normal.

New in version 3.8.