#include <sampler_se2.h>
Public Member Functions | |
void | getBound (Vector2< S > &lower_bound_, Vector2< S > &upper_bound_) const |
Vector3< S > | sample () const |
SamplerSE2 () | |
SamplerSE2 (const Vector2< S > &lower_bound_, const Vector2< S > &upper_bound_) | |
SamplerSE2 (S x_min, S x_max, S y_min, S y_max) | |
void | setBound (const Vector2< S > &lower_bound_, const Vector2< S > &upper_bound_) |
Protected Attributes | |
Vector2< S > | lower_bound |
Vector2< S > | upper_bound |
Additional Inherited Members | |
Public Attributes inherited from fcl::SamplerBase< S > | |
RNG< S > | rng |
Definition at line 48 of file sampler_se2.h.
fcl::SamplerSE2< S >::SamplerSE2 |
Definition at line 52 of file sampler_se2-inl.h.
fcl::SamplerSE2< S >::SamplerSE2 | ( | const Vector2< S > & | lower_bound_, |
const Vector2< S > & | upper_bound_ | ||
) |
Definition at line 59 of file sampler_se2-inl.h.
fcl::SamplerSE2< S >::SamplerSE2 | ( | S | x_min, |
S | x_max, | ||
S | y_min, | ||
S | y_max | ||
) |
Definition at line 67 of file sampler_se2-inl.h.
void fcl::SamplerSE2< S >::getBound | ( | Vector2< S > & | lower_bound_, |
Vector2< S > & | upper_bound_ | ||
) | const |
Definition at line 75 of file sampler_se2-inl.h.
Vector3< S > fcl::SamplerSE2< S >::sample |
Definition at line 91 of file sampler_se2-inl.h.
void fcl::SamplerSE2< S >::setBound | ( | const Vector2< S > & | lower_bound_, |
const Vector2< S > & | upper_bound_ | ||
) |
Definition at line 83 of file sampler_se2-inl.h.
|
protected |
Definition at line 70 of file sampler_se2.h.
|
protected |
Definition at line 71 of file sampler_se2.h.