Project
Loading...
Searching...
No Matches
o2::cad::surface::Vec2 Struct Reference

A 2D point/vector in a surface's parametric (u, v) domain. More...

#include <BoundedSurface.h>

Public Attributes

double uCoord = 0.
 
double vCoord = 0.
 

Detailed Description

A 2D point/vector in a surface's parametric (u, v) domain.

Definition at line 64 of file BoundedSurface.h.

Member Data Documentation

◆ uCoord

double o2::cad::surface::Vec2::uCoord = 0.

Definition at line 65 of file BoundedSurface.h.

◆ vCoord

double o2::cad::surface::Vec2::vCoord = 0.

Definition at line 66 of file BoundedSurface.h.


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