v_sim.SurfacePoint¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
at |
[ |
r/w |
coordinates of the point. |
normal |
[ |
r/w |
normal vector at the point. |
Methods¶
class |
|
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:
- Returns:
a location to a
v_sim.SurfacePointstructure.- Return type:
Initialise pt with at and normal.
New in version 3.8.